Skip to content

sinatra-sdb is an implementation of Amazon's SimpleDB REST API.

Notifications You must be signed in to change notification settings

tangtao/sinatra-sdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sinatra-sdb
    by tangtao ([email protected])

== DESCRIPTION:
  
sinatra-sdb is an implementation of Amazon's SimpleDB REST API.

== FEATURES:
  
* Implements the current 2007-11-07 and 2009-04-15 SimpleDB REST API versions.
* Support multi-Database (by ActiveRecord).
* Support MongoDB (by Mongoid).


== INSTALL:

  git clone git://github.com/tangtao/sinatra-sdb.git
  cd sinatra-sdb/
  bundle install
  rake db:migrate

== TEST:

  rspec spec/

== RUN:
------------------------------------------------------------------

Once Sinatra-SDB has been installed we can start our server

  rackup -p 7000
  
== ADMIN

login http://localhost:7000/admin
user: [email protected]
password: password

Now, you can manager account info

About

sinatra-sdb is an implementation of Amazon's SimpleDB REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published