- An implementation of the backend of a NoSQL database (modeled after MongoDB)
- Nathan Ward
mkdir build
cd build
cmake ..
make
./nova
- The above commands makes and runs the executible created within example/main.cpp
- Requires a compiler supporting C++17 and requies Cmake to execute and run