Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any web service i can use to store small amounts of data (for free)?

Tags:

web-services

any web service i can use to store small amounts of data (thinking XML or JSON) for free if possible?

i am thinking i wanna create a small todo app just exploration/learning (so preferably free) that also backups data to the cloud so they can use it on smartphones for example?

like image 762
Jiew Meng Avatar asked May 30 '10 02:05

Jiew Meng


2 Answers

Google's app engine is free for low-volume use, and includes some amount of storage. If you get really popular, you can scale up easily.

More info here: http://code.google.com/appengine/

The documentation on what is available for free is here: http://code.google.com/appengine/docs/quotas.html

In a nutshell, if you serve fewer than 5 million pageviews a month, you are unlikely to run out of free processing power.

like image 86
Paul McMillan Avatar answered Sep 27 '22 23:09

Paul McMillan


Dropbox appears to have an API.

like image 39
Scott Whitlock Avatar answered Sep 27 '22 22:09

Scott Whitlock