I am looking for a very simple and free cloud storage for small data packets.
Basically, I want to write a Greasemonkey script that a user can run on multiple computers with a common dataset. The data is basically just one number, eight bytes per user should be enough.
All this boils down to the following requirements:
- Simple development (this is a fun project in a few hours, I don’t want to invest twice as much in synchronization)
- store eight bytes per user (or maybe a little more, but it's really tiny)
- Ideally, users do not need to register (they just get a random key that they can enter on all their machines).
- I don’t need to register (this is all Greasemonkey, so there is no way to hide the secret like a developer key)
- there is no private data in the values, so another user accessing this information by guessing a random key does not really matter.
- information is easily recreated (sharing it in the cloud is just for convenience), so another user using the “key” is also easily recorded.
First ideas:
- Store in Google Docs using a form as an interface. Of course, this is ugly, and each user must configure it again.
- I can configure an instance of Google App Engine that allows me to store the key number and get the number for the key. It would not be difficult, but it still sounds redundant for what I need.
- Firefox Greasemonkey script Mozilla Weave/Sync, , , HTML5, GM . , Opera Chrome ( , ), script.
- , ?
, : GAE ( Python). OpenKeyval (. ). , ( Google, ), , Google.