Metropolis is a Rack application used to store key value pairs. It seeks to emulate the TokyoTyrant HTTP interface, but allows access to multiple databases through a single TCP port. It hashes keys to split keys between different on-disk databases to work around scalability limitations of the kernel, hardware and filesystem.
Currently supports the TDB database along with the TokyoCabinet hash database format, other database formats will be supported along with KyotoCabinet, as well as other key-value stores.
Compatible with all Rack-compatible servers
You can get the latest source via git from the following locations:
git://git.bogomips.org/metropolis.git git://repo.or.cz/metropolis.git (mirror)
You may browse the code from the web and download the latest snapshot tarballs here:
repo.or.cz/w/metropolis.git (gitweb)
Inline patches (from “git format-patch”) to the mailing list are preferred because they allow code review and comments in the reply to the patch.
We will adhere to mostly the same conventions for patch submissions as git itself. See the Documentation/SubmittingPatches document distributed with git on on patch submission guidelines to follow. Just don’t email the git mailing list or maintainer with Metropolis patches.
All feedback (bug reports, user/development discussion, patches, pull requests) go to the mailing list: metropolis@librelist.org
Mailing list archives in mbox format may be downloaded here:
Originally generated with the Darkfish Rdoc Generator 2, modified by wrongdoc.