Skip to content

MongoDB Scality (Janelia's KVAutobus)

Bill Katz edited this page Oct 18, 2016 · 3 revisions

(development paused due to throughput issues)

Janelia has tested a petabyte-scale ordered key-value store called KVAutobus. KVAutobus provides a simple HTTP API that fulfills DVID's ordered key-value store interface. Under the hood, the system combines MongoDB, for fast indexing and storage of key-value pairs below a certain size, and Scality, a petabyte-scale object store.

Clone this wiki locally