/database

Primary LanguageJavaScript

The basic idea here is to take ideas from different storage projects and put them together in a unique way which I think will provide a more then just the sum of these projects.

RedisSingle threaded and fast access
CouchDBData Views using map/reduce
RiakChained map/reduce, used to create views of views
MongoDocument oriented

Status

Just getting started but a basic in memory key/value storage is in place.

Todo

  • Add JSON commands
  • Add array based commands
  • Allow SET operations
  • Add Map/Reduce for views on top of the data
  • Signaling
  • Tests
  • Travis CI