Skip to content

sorenisanerd/basicdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicDB

When BasicDB grows up, it wants to be a higly available, flexible, non-relational data store.

It offers an API that is somewhat compatible with AWS SimpleDB, so if you know how to deal with SimpleDB, you should know how to deal with BasicDB.

The following API calls work (sufficiently to make the positive tests pass):

  • CreateDomain
  • DeleteAttributes
  • DeleteDomain
  • DomainMetadata
  • GetAttributes
  • ListDomains
  • PutAttributes
  • Select
  • BatchPutAttributes
  • BatchDeleteAttributes
Things BasicDB doesn't do:
  • Authentication
  • Index data (so query performance will probably be horrible compared to SimpleDB)

About

BasicDB - Database service

Resources

License

Stars

4 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages