Z
Z
zencd2012-05-16 18:51:35
Data storage
zencd, 2012-05-16 18:51:35

Cloud storage of key-values, RESTful?

You need the simplest cloud service that you access with a request GET /api?key=xxx, and it gives JSON in response. Put and delete so too, append is desirable.
Are there similar public services?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
anatale, 2012-05-17
@inatale

There are many such public services, for example, also Windows Azure Table Storage , which has not yet been mentioned above. Table Storage provides data consistency.

R
rPman, 2012-05-16
@rPman

amazon s3
without json of course ... but why? serialization can also be done with a script on the client.

G
gelas, 2012-05-16
@gelas

You can try looking at cloudant.com and mongolab.com
The first is CouchDb, the second is MongoDb, both support REST API

A
Alexander Lozovyuk, 2012-05-16
@aleks_raiden

Probably something like this - nextdb.net/

Z
zencd, 2012-05-16
@zencd

Appcelerator

P
Philipp, 2014-11-08
@zoonman

docs.aws.amazon.com/AWSJavaScriptSDK/latest/index.html
https://www.firebase.com/how-it-works.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question