Skip to content

A python simpledb implementation using sqlite for testing with

Notifications You must be signed in to change notification settings

garrybodsworth/fakesimpledb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

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
* 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

No packages published

Languages

  • Python 100.0%