Skip to content

bleasey/Edge2A

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge2A

Short for Edge2ANode. The best Graph Database Managment System of our times1

Instructions

Requirements

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)

Build

mkdir build
cd build
cmake ..
make

Test

ctest

Run

./edge2a

Demo

This 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

  1. trust me bro

About

Short for Edge2ANode. Graph Database Managment System written in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 91.8%
  • Cypher 6.6%
  • Other 1.6%