-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing key/value stores #16
Comments
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 ! |
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 |
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:
Special:
For inspiration: http://nosql-database.org/, https://github.com/datamapper/dm-core/wiki/Adapters
The text was updated successfully, but these errors were encountered: