AleksLitynski / teller

A game engine dedicated to making generative content easier to make.
1 stars 0 forks source link

Tools for the database #1

Closed AleksLitynski closed 10 years ago

AleksLitynski commented 10 years ago

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?

AleksLitynski commented 10 years ago

We will be using network X for now.

AleksLitynski commented 10 years ago

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.