-
Notifications
You must be signed in to change notification settings - Fork 33
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.
Table of Contents
- DVID Overview
- Features
- Philosophy
- DVID Flexibility and Comparisons
- External Use of DVID
- Installation
- User's Guide
- Developer's Guide