Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

free cloud data stores that use get/post? [closed]

I know that there are other key/value stores similar to http://openkeyval.org out there but i cannot remember their names.

Please enlighten me.

i need the following features:

  • free
  • can be used via 100% clientside code
  • fast and easy to integrate with

edit:
dropped the security requirement, since its not very important to me and was skewing the answers towards self-hosted solutions.

found another service:
http://rastajs.errorjs.com/

this one is easy to use but seems to mangle my values by removing all the spaces!

like image 863
mkoryak Avatar asked Jan 26 '12 20:01

mkoryak


People also ask

How do I get 100GB cloud free?

Surdoc —100GB (www.surdoc.com) The most generous of the lot, Surdoc offers 100GB for free – no catch. There are no apps or downloads – you have to access everything using a web browser — just sign in on Surdoc.com.


1 Answers

Parse.com's data storage api has a really wonderful jquery library ( https://github.com/srhyne/jQuery-Parse ) that makes it extremely easy to have simple key/value storage from your front-end javascript.

like image 139
Mike Axiak Avatar answered Oct 04 '22 05:10

Mike Axiak