Browse by type
ForestDB is a key-value storage engine that is developed by Couchbase Caching and Storage Team, and its main index structure is built from Hierarchical B+-Tree based Trie, called HB+-Trie. HB+-Trie was originally presented at ACM SIGMOD 2011 Programming Contest, by Jung-Sang Ahn who works at Couchbase Caching and Storage Team.
Compared with traditional B+-Tree based storage engines, ForestDB shows significantly better read and write performance with less storage overhead. ForestDB has been tested on various server OS environments (Centos, Ubuntu, Mac OS x, Windows) and mobile OSs (iOS, Android).
ForestDB is currently in 1.0 Beta and its GA will be released separately soon. The test coverage stats for ForestDB are available in ForestDB Code Coverage Report.
ForestDB benchmark program is also available for performance comparisons with other key-value storage engines.
Please visit the ForestDB wiki for more details.
See INSTALL.MD
Please refer to Public APIs and tests/fdb_functional_test.cc in ForestDB source directory.
$ claude mcp add forestdb \
-- python -m otcore.mcp_server <graph>