Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 303 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 303 Bytes

HotPan - Distributed Graph Database

I am attempting to build a database that can

  • Store very large graphs
  • Operate on them - crud nodes, crud edges
  • Use multiple machines for stroage and operations

This is the initial scope. Once I achieved optimally I will work on adding traversal algorithms.