-
Notifications
You must be signed in to change notification settings - Fork 1
camvine/fakesimpledb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Test implementation of simpledb's API that maps on an sqlite database per domain. It follows the API specified here: http://docs.amazonwebservices.com/AmazonSimpleDB/2009-04-15/DeveloperGuide/ Requires jinja2, cherrypy, and sqlite3 A number of caveats: * Currently doesn't do any limiting properly * Assumes that your attribute values will always be consistent per domain * Only does minimal error simulation currently * Needs a lot of testing... You should be able to NULL attributes but don't support that yet.
About
A python simpledb implementation using sqlite for testing with
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published