4

I really like the way how Amazon SimpleDB works: Attribute=Value(s) store and SELECT statements. I'm wondering if there are any alternatives out there which work the same way but can be installed locally on my devbox and servers? I've seen one open source project which aims to re-implement the amazon simpledb but claims only to be safe for testing purposes. Are there any stable solutions out there which offer nearly the same features?

Steffen Opel
  • 63,899
  • 11
  • 192
  • 211
antons
  • 243
  • 2
  • 6

2 Answers2

2

Ayende Rahien's RavenDB is extremelu friendly from a developer's point of view: http://ravendb.net/

SaguiItay
  • 2,145
  • 1
  • 18
  • 40
1

Check out node-mdb (https://github.com/robtweed/node-mdb). This is a node.js based clone of SimpleDB.

Caveat: I have not actually used... just a project I'm watching...

Scrappydog
  • 2,864
  • 1
  • 21
  • 23