Skip to content

NathanSWard/NovaDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NovaDB

  • An implementation of the backend of a NoSQL database (modeled after MongoDB)

Team Members

  • Nathan Ward

How to build

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

About

NoSQL database implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published