Exploring Tokyo Cabinet
Tokyo Cabinet is a database thing for storing key/values, written by Mikio Hirabayashi. It also has a network service thing, which is called Tyrant (“TT”).
Main entry point is the Toky Cabinet website
http://tokyocabinet.sf.net/index.html
It includes a detailed description about it’s features.
It’s stable and fast, but not well known outside of Japan.
Here’s an introduction by Ilya Grigorik.
Here’s how to install Tokyo Cabinet (just the normal ./configure, make, sudo make install).
Tokyo Cabinet comes with a Ruby API (see TC website), but no gem. User careo wrapped it up in a gem on github.
Cloudkit, something i would like to play with, but did not find a usecase yet, also supports Tokyo Cabinet by using rufus-tokyo.