34 questions
0
votes
1
answer
172
views
Does Microsoft Azure have a similar construct to MuleSoft Object Store?
I want to track external tokens for API access in an Azure program.
MuleSoft, my previous ESB, lets me place values like a token in the "Object Store v2" and to set date/time expiry. Once ...
0
votes
1
answer
201
views
In mvn, how do I pass the object store key command?
How can we pass the persistent object store 'true' value through mvn command to get the trick mark in runtime manager for RTF applications? As of now, we are not passing objectstore through the pom ...
1
vote
0
answers
221
views
Best practice for combining database with object store in Spring Boot App
I've an application which stores entites in MariaDB. The entity has some relations to other entities and in one of the child entities is a binary attribute. See the following:
Parent
\ 1-n ChildA
- ...
0
votes
1
answer
91
views
An issue with reading a gzipped file (.gz) with IBM Cloud Function (Action: Node.js 12)
I can read the data.json.gz file on my local machine with the code mentioned below (node --version: v14.15.0). But when I try to use the same in IBM Cloud with an Action (Node.js 12) to read the same ...
1
vote
0
answers
506
views
How much time do I have to wait once exceeded the 10 TPS with the Mule 4 Object Store V2?
Background
As per the MuleSoft docs on Object Store V2 FAQ's, I am aware of the free tier Object-store TPS Vs The Purchased SKU rate limit.
If OSV2 SKU is purchased you get a - Rate limit of 100 TPS, ...
0
votes
2
answers
618
views
Object Store Not getting shared b/w the mule runtimes
I have created two mule runtimes on different windows VM Machines. And Clustered them via Runtime Manager.
Created a Mule App with ObjectStore selecting persistent to true and deploy to cluster. I ...
0
votes
3
answers
2k
views
How to connect to IBM COS (Cloud Object Store) using SPARK, How to resolve "No FileSystem for scheme: cos"
I am trying to create connection to IBM COS (Cloud Object Store) using Spark.
Spark Version = 2.4.4, Scala Version = 2.11.12.
I am running it locally with correct credentials but I observe ...
0
votes
2
answers
4k
views
Clear the Cache Scope and Private object store in Mule 4
I am building the application in Mule 4 to cache the response from http request component (for 1 hours). I use the response to validate the jwt. Whenever there is a failure, I need to clear the cache ...
0
votes
3
answers
2k
views
Hadoop Distcp - small files issue while copying between different locations
I have tried to copy 400+ GB and one more distcp job with the size of data 35.6 GB, but both of them took nearly 2 -3 hours for the completion.
We do have enough resources in the cluster.
But when I ...
1
vote
0
answers
138
views
File-System to Database(Object Store) sync
I have a use case where I need to back up contents of a directory in a database.
The files (in linux filesystem) should get synced to database (or any object store) periodically or in any other way (...
4
votes
1
answer
1k
views
How to keep PHP object alive (or in memory) between AJAX calls
I have the following class definition:
class DatasegmentationController
{
public function indexAction()
{
$options['permissions'] = array(
'canDelete' => false,
...
0
votes
2
answers
3k
views
SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'objectstore:config'
The error being thrown starts with this:
org.mule.module.launcher.DeploymentInitException: SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'objectstore:...
0
votes
0
answers
574
views
leofs s3cmd -ls successfully lists all buckets but -la can't access it
I have set up LeoFS 1.22 on Ubuntu 14.04 64x. I have installed s3cmd on another machine (OSx). I can access buckets via localhost but not from another node.
Debug output: ls
myuser: s3cmd ls
2016-07-...
19
votes
1
answer
29k
views
indexedDB Creating a database and adding content Failed to execute 'transaction' on 'IDBDatabase'
This is the first time for me to use indexDB, I've created a database and now trying to add content to it. But I'm getting the following error.
Uncaught NotFoundError: Failed to execute '...
-1
votes
1
answer
184
views
Get keys with their values from object store with YDN-DB
I know how to get object values with YDN-DB from an object store but is it also possible to get these values together with their primary keys?
0
votes
1
answer
65
views
Mule - how long does SimpleMemoryObjectStore last?
This is my use case: I want to store a flag and this flag should persist until the app is restarted. For example, if the app is crashed I want that flag to be reset.
Do you think if using ...
1
vote
1
answer
342
views
Object Store Throwing error in.3.6.2 Runtime
I am migrating my code from 3.5.1 to 3.6.2 and i am also using object store to store all the failed records for some other scenario. I have downloaded the new object store from "install new software"...
0
votes
2
answers
780
views
object storage in python that allow tuples as keys
I am searching for an object storage in python that allows me to store a dictionary having tuples as keys. I already tried shelve and shove, which both exit with an error as soon as I pass my ...
1
vote
2
answers
1k
views
IndexedDB: retrieve the out-of-line key associated with a particular object in an object store
Say I have an object store, which was created like this:
IDBDatabase.createObjectStore(Name, {autoIncrement: true });
Now, say I retrieve an object from that object store using an index to look it ...
2
votes
2
answers
2k
views
IndexedDB: Modifying pre-existing objects in an object store
I am trying to wrap my head around IndexedDB.
I created an object store that uses a key-generator with no key-path.
var objectStore = db.createObjectStore("domains", {autoIncrement: true });
...
0
votes
2
answers
1k
views
Purpose of Custom cache mule
Mule got inbuild object stores to cache data, But what is the purpose of using custom object stores under caching strategies? If possible, Please mention a usecase.
0
votes
1
answer
2k
views
How to share data between mule apps don't use database(using object store)
I have a problem when using Object store in mule. It cannot share datas with another apps on the same mule server. I have set same as below but cannot using in another app(same server).
<spring:...
0
votes
1
answer
100
views
Storing values in a newly created objectStore
In this example, the author uses the following line:
var customerObjectStore =
db.transaction("customers", "readwrite").objectStore("customers");
I don't understand why "customers" is used twice.
...
2
votes
2
answers
5k
views
indexedDB in a Chrome App
I'm building a chrome app which requires a persistent and local database, which in this case can be either indexedDB or basic object storage. I have several questions before i begin developing the app:...
4
votes
2
answers
4k
views
what are differences between Managed object model and Persistent object store?
From apple CoreData framework docs,
Managed object model: A model allows Core Data to map from records in a persistent store to managed objects that you use in your application. Refer here.
...
4
votes
3
answers
7k
views
indexeddb get all keys from object store
I'm new to indexeddb.
Let's say I put several objects to indexed db:
transaction.objectStore("some_store").put(some_object, some_key);
Now I want to get all keys from that object store. Is that ...
43
votes
10
answers
41k
views
Difference between Object Storage And File Storage
Could someone explain what difference between Object Storage and File Storage is please?
I read about Object Storage on wiki, also I read http://www.dell.com/downloads/global/products/pvaul/en/object-...
1
vote
2
answers
406
views
Infinite loop with constructors due to m:n relation
I have a database with authors and books, m:n
authors (a_id, ...)
authors_books (a_id, b_id)
books (b_id, ...)
My problem is, that I can't use the constructors to fetch the author/book-data into an ...
3
votes
1
answer
3k
views
Storing object relationship using IndexedDB
I am trying to learning HTML5's IndexedDB with mozilla' tutorial Using Indexed DB.
I understand that IndexedDB is object store implementation. But all the examples I tried, they are storing simple ...
0
votes
1
answer
175
views
Best way to reload daemon state - from saved data in my custom format or a persistent database?
I have a infinite process running and end of each day it basically writes to a file and populates internal objects with the updated data.
It's running on Ubuntu and written in Python.
Kindly advice ...
0
votes
3
answers
253
views
BlackBerry save checkbox state in persistent store
I have a login page (username,password fields) that has a checkbox 'Remember me'. If the checkbox is selected, the application is required to remember the username & password for next login. That ...
2
votes
1
answer
2k
views
RavenDb store and retrieve class-less objects (json)
I'm writing a application where the user can write json-code and store that json code with an Id and a Collection. In other words, they specify an Id, a Collection (string; [a-zA-Z0-9]) and a Data (...
1
vote
3
answers
559
views
PersistentObject Blackberry
How can you easily check whether your app has persistentObjects? Right now I'm using the following:
public boolean needsFirstTimeInit() {
PersistentObject persistentObject = getPersistentObject(...
1
vote
1
answer
3k
views
How do I use the persistent object store in Blackberry?
I want to create a simple CRUD application to test out the data handling capabilities of the Blackberry.
How do I create a simple save function?