Skip to content

This project is the core library to projectile an optimized and traversable mega-graph of nodes.

License

Notifications You must be signed in to change notification settings

yeuser/graph-core

Repository files navigation

Graph-core

Introduction

This project is the core library to projectile an optimized and traversable mega-graph of nodes.

Main Requirement Vision

  1. 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
  2. The traversal of the graph nodes should take place in a linear fashion relative to the number of the edges traversed
  3. This tool should provide the facility to run graph queries and filters
  4. This project must be responsible for persisting the graph changes through writers given

About

This project is the core library to projectile an optimized and traversable mega-graph of nodes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages