Lets say i have a class Graph defined.
graph iowa = {.....nodes:{edges.......}}
and similar graph clusters.
once the script is running its all in the object.
But how do you store the Graph info (including whatever its attributes were defined) ? Do you save it in a db table, csv ?
Possible unsatisfactory queries: Storing multiple graphs in Neo4J (It says newo4j one instance supports one Graph at a time and to subgraph under one graph if you want to run multiple graphs)
How to store graph data in a database?
*****UPDATE*****: On Alexanders answer below on available Graph DBs, I would like to know if anyone knows of a possible fork of VertexDB where they've imported this high performance lib into any other language preferably NodeJS or Python?
http://www.dekorte.com/projects/opensource/vertexdb/docs/manual.html
And does anyone have experience reading this in using AllegroGraph vs Neo4j?