Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 406 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 406 Bytes

SpiderDB

Graph database backed by Redis.

SpiderDB uses Redis as a backing datastore.

  1. Define Node API

TODO: Create function for converting byte arrays to ints more quickly

#. Modify GM to work with Node API + Reference functions defined by Node API instead of properties + Stub out functions for Rexter API + Implement stubs + Tests for all funcs

#. Algorithms + DFS + BFS + Tests