moneta-rb/moneta

Missing key/value stores

minad opened this issue · 5 comments

This is a list of currently missing key/value stores. Please comment if you know another one that you might want to use. Implementations are also greatly appreciated!

Some implementations are not yet finished but are already in the staging branch. They need testing and fixes!


Gems available:

Relatively unknown:

Interesting databases which currently lack a ruby binding, but claim to be very fast:

Relational:

  • RDBI (gem rdbi)
  • DBI (gem dbi)
  • DataObjects (gem data_objects)
  • JDBC

Special:

  • AWS adapter using the amazon library instead of Fog
  • FTP (stdlib net/ftp)
  • RCS (Git, Mercurial, SVN, ...)
  • IMAP
  • LDAP
  • TOML (https://github.com/mojombo/toml)
  • Configuration files (e.g. gem configtoolkit, ...)

For inspiration: http://nosql-database.org/, https://github.com/datamapper/dm-core/wiki/Adapters

Asking for support for the neo4j graph database.

Same but for Etcd as it is a resilient Key value store great for multi node shared configuration.

I would suggest looking into Dynamoid for working with AWS DynamoDB. Dynamoid is a near-perfect ActiveRecord drop-in, and I suspect that much of the activerecord adaptor for moneta might work.

Hi !
FYI promising very fast http://rocksdb.org/ (leveldb fork from Facebook) have a Ruby binding: https://github.com/isamu/rocksdb-ruby

BTW, another incoming actor could be aerospike, http://www.aerospike.com/docs/guide, that's have great ruby client APIs: https://github.com/aerospike/aerospike-client-ruby
respect
giorgio