Tagged Questions

1
vote
5answers
73 views

Are there any stable and production quality nosql datastores ?

Are there are production quality nosql stores that I can use on a production system. I have looked at cassandra, tokyodb, couchdb etc but none of them seem to be ready for deployments on production …
0
votes
1answer
40 views

Google app engine datastore reference or not?

hi, i am filling up a big table with text items from different countries. My question is: Should i use a referencePropery to link to languages in another table?. Thats the way i would do it in a …
-1
votes
1answer
59 views

key - > value store with binary attachments

An extra requirement is that the attachments can be stored as a stream, as there might be potentially very large binaries that has to be saved. Videos etc. I have looked at Voldemort and other key …
0
votes
1answer
21 views

How do I make a temporary backup of the local datastore in the AppEngine SDK for MacOSX

How do I make a temporary backup of the local datastore in the AppEngine SDK for MacOSX And where are the files located?
1
vote
2answers
71 views

Are Operational Data Store Still Leveraged

Our company has always struggled in terms of accurate and timely reporting. The primary reason is that our principal operational system has evolved over the past 20 years and is in an archaic flat …
0
votes
5answers
67 views

Store values in client computer permanently?

Is there a way to store values on client side permanently? I have a site, flash game (the game is not developed by me, of course), after you registered, it will recognize you even after u close …
0
votes
1answer
2k views

HELP Retrieving the url parameter from a JSON store from a EXTJS ComboBox

Hi everyone... I am having a problem retrieving the parameters from the url section of a json store for a combobox in EXTJS from my code behind page in c#. The following is the code in the store: …
1
vote
7answers
307 views

Visual Basic - How do I store strings permanently? After the app is closed?

Hi, I'm trying to figure out how to do this as I'm not sure what's the proper way of doing this. I've got several strings that I want to store/save permanently, even after the application is closed. …
2
votes
1answer
341 views

Advanced JavaScript data store & grid widget

We have written a data store / grid widget system in JavaScript that automatically updates all widgets associated with a data store whenever some of the data changes. Its nice features are: it …