> Am 20.08.2015 um 00:31 schrieb Calvin Mitchell <[email protected]>: > > I downloaded the Neo4j Community Edition. > > I noticed that one store_dir exists: */data/graph.db > > I also observed that I could create three example "databases" or "graphs": > Movie, Northwind & Query Template (which is very helpful!). > > Technically, one could consider the "graphs" to be "databases" on the > store_dir...
right now they all reside in one and the same directory and one and the same database. There are plans to support multiple databases / directories but it's not done yet. > > My questions are: > > If I ":play"-ed all three "graphs", how many "databases" would i have? one > Does each of the "graphs" have its own id system, starting from "one"? no > ...Or do all three "graphs" share the same id system? yes "graph.db" Cheers, Michael > Thank you for your time! > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
