This project is the core library to projectile an optimized and traversable mega-graph of nodes.
- The graph should easily hold 500,000 nodes and 10,000,000 edges -> done
- Now can easily hold 1E6 nodes and 1E8 edges under 800MB
- The traversal of the graph nodes should take place in a linear fashion relative to the number of the edges traversed
- This tool should provide the facility to run graph queries and filters
- This project must be responsible for persisting the graph changes through writers given