Skip to content

daveh86/mongo-rocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RocksDB Storage Engine Module for MongoDB

To use this module, in the mongo repository directory do the following:

mkdir -p src/mongo/db/modules/
ln -sf ~/mongo-rocks src/mongo/db/modules/rocks

To build you will need to first install the RocksDB library, see INSTALL.md at https://github.com/facebook/rocksdb for more information. If you install in non-standard locations, you may need to add --cpppath and --libpath options to the scons command line:

scons --cpppath=/myrocksdb/include --libpath=/myrocksdb/lib

Start mongod using the --storageEngine=rocksdb option.

About

MongoDB storage integration layer for the Rocks storage engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • Python 1.1%