Taranool/Silverbox Taranool: in-memory storage framework Silverbox: Yet another in-memory key-value database Key features: * fast * log streaming replication * hot standby * simple binary protocol * memcached protocol emulation * extensibility Cons: * only tested on x86/Linux and x86/FreeBSD * gcc is required to build How to run: 1) compile (note GNU make is required) (g)make _release_box/tarantool_silverbox 2) customize config emacs cfg/tarantool_silverbox_cfg.cfg 3) initialize storage _release_box/tarantool_silverbox --config cfg/tarantool_silverbox_cfg.cfg --init_storage 4) run _release_box/tarantool_silverbox --config cfg/tarantool_silverbox_cfg.cfg