ten34
A globally-distributed, eventually-consistent, 100% available key-value store.
Route 53 isn't really a database, but then again, neither is Redis.
Usage
Creating a database
ten34 createdb route53://my.db
Deleting a database
ten34 dropdb route53://my.db
Setting a key
ten34 -d route53://my.db put foo bar
Getting a key
ten34 -d route53://my.db get foo
Deleting a key
ten34 -d route53://my.db del foo -d
Development
$ make build
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/craftyphotons/ten34. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the ten34 project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Additional Disclaimer
In addition to the terms of the MIT license, this project and its maintainers shall not be held responsible for costs and repercussions resulting from its use. This includes but is not limited to account closure by your cloud service provider for violating their terms of service and the disappointment of your peers for usage of this project for your actual database.