My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

SimpleStore provides a way to store schema-less, zlib-compressed Python pickles in MySQL. It was inspired by Bret Taylor's blog entry How FriendFeed uses MySQL to store schema-less data. It was also inspired by Google AppEngine's datastore modules.

TODO

  • script that goes through the entities table and adds/updates new indexes.
  • sharding support (added as of simplestore-0.3)
  • unit tests
  • documentation

Just added some unit tests as of simplestore-0.2.1 that show basic functionality. See Getting Started for more information.

Powered by Google Project Hosting