Short for Edge2ANode. The best Graph Database Managment System of our times1
Make sure you have the following dependencies installed before building:
- CMake (version 3.22 or higher)
- GCC / Clang (with C++20 support)
- FLEX (Fast Lexical Analyzer)
- BISON (GNU Parser Generator)
mkdir build
cd build
cmake ..
makectest./edge2aThis is a simple demo application which uses graphDB populated with the movies dataset. It fetches movies according to filters provided by the user.
Frontend: React
Backend: C++
Install node dependencies as
cd ./demo/frontend/
npm install
Run the application using
npm start
Footnotes
-
trust me bro ↩