AleksLitynski/teller

Tools for the database

Closed this issue · 2 comments

I'm not sure what database backend makes sense for the graph.
Do we store edges/nodes in python arrays, then serialize to files as needed?
Do we use a tool like redis to store nodes in a graph-agnostic way?
Do we use a "graph database" like neo4j to store the whole graph?
Is there another "right" answer?

We will be using network X for now.

While neo4j and digraph are temping, I think sticking with the simplest solution until we run into a problem will be an ok modus operandi.