Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
172 views

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 ...
Jerkle Berry's user avatar
0 votes
1 answer
201 views

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 ...
deepuKumar's user avatar
1 vote
0 answers
221 views

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 - ...
Alex Schmidt's user avatar
0 votes
1 answer
91 views

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 ...
Mohammad Saiful Islam's user avatar
1 vote
0 answers
506 views

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, ...
Thinker-101's user avatar
0 votes
2 answers
618 views

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 ...
Learner's user avatar
  • 159
0 votes
3 answers
2k views

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 ...
Pratik Barjatiya's user avatar
0 votes
2 answers
4k views

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 ...
Infinity's user avatar
  • 526
0 votes
3 answers
2k views

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 ...
Vijay's user avatar
  • 111
1 vote
0 answers
138 views

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 (...
rishabh.bhardwaj's user avatar
4 votes
1 answer
1k views

I have the following class definition: class DatasegmentationController { public function indexAction() { $options['permissions'] = array( 'canDelete' => false, ...
ReynierPM's user avatar
  • 18.7k
0 votes
2 answers
3k views

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:...
Prasad's user avatar
  • 31
0 votes
0 answers
574 views

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-...
seba.wagner's user avatar
  • 3,870
19 votes
1 answer
29k views

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 '...
Ryan's user avatar
  • 271
-1 votes
1 answer
184 views

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?
Benny Neugebauer's user avatar
0 votes
1 answer
65 views

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 ...
BPm's user avatar
  • 3,024
1 vote
1 answer
342 views

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"...
Isranis's user avatar
  • 103
0 votes
2 answers
780 views

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 ...
Milla Well's user avatar
  • 3,333
1 vote
2 answers
1k views

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 ...
Luke's user avatar
  • 5,746
2 votes
2 answers
2k views

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 }); ...
Luke's user avatar
  • 5,746
0 votes
2 answers
1k views

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.
Yeshwanth Kumar's user avatar
0 votes
1 answer
2k views

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:...
Tran Thanh Nguyen's user avatar
0 votes
1 answer
100 views

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. ...
Phillip Senn's user avatar
  • 47.8k
2 votes
2 answers
5k views

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:...
Shourya Sharma's user avatar
4 votes
2 answers
4k views

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. ...
Nandha's user avatar
  • 6,776
4 votes
3 answers
7k views

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 ...
mnowotka's user avatar
  • 17.4k
43 votes
10 answers
41k views

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-...
Sever's user avatar
  • 2,685
1 vote
2 answers
406 views

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 ...
SpazzMarticus's user avatar
3 votes
1 answer
3k views

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 ...
Himanshu Yadav's user avatar
0 votes
1 answer
175 views

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 ...
user1524206's user avatar
0 votes
3 answers
253 views

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 ...
Sarah's user avatar
  • 1,915
2 votes
1 answer
2k views

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 (...
Alxandr's user avatar
  • 12.4k
1 vote
3 answers
559 views

How can you easily check whether your app has persistentObjects? Right now I'm using the following: public boolean needsFirstTimeInit() { PersistentObject persistentObject = getPersistentObject(...
Vincent's user avatar
  • 6,198
1 vote
1 answer
3k views

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?
user avatar