cuda DB A parallel database system using CUDA library and hardware acceleration for accelerated query processing. Install all dependencies in devResquirements.sh file Build simpleDB cd build (if not present: mkdir build) cmake .. cmake --build . ./simpleDB Run GDB cd build(after building the project using cmake) gdb ./simpleDB