| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Author: Trong-Dat Nguyen (trauconnguyen@gmail.com)
First, make the "build" directory in your MONGO_HOME
$ mkdir build
Next, to build only the mongod server:
$ scons mongod -j40
To build all core components (i.e., mognod, mongo, and mongos)
$ scons core -j40
See docs/building.md for more detail.
This project support various stream mapping approaches. Each approach has corresponding macro.
To use a desired macro, edit the SConstruct file
MSSD_FILEBASED: file-based stream mapping
MSSD_BOUNDBASED: boundary-based stream mapping
MSSD_DSM: Dynamic Stream Mapping (DSM)
| Back | FazBrowse Home | New Git URL |