You’ll have one database with (probably) three graph islands in it, all allocated in the same store, sharing the same id space. Nothing is stopping you from creating relationships between the data sets.
Neo4j does not yet support multiple databases, id spaces or name spaces. -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] > On 20 Aug 2015, at 00:31, Calvin Mitchell <[email protected]> wrote: > > 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... > > My questions are: > > If I ":play"-ed all three "graphs", how many "databases" would i have? > Does each of the "graphs" have its own id system, starting from "one"? > ...Or do all three "graphs" share the same id system? > 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.
