Hi Sarah, it means if you have a graph and stay within the graph boundaries with your operations / queries then having no connections between two graphs makes them disconnected, so e.g. serving 2 customers.
On Tue, Sep 9, 2014 at 2:27 PM, Sarah West <[email protected]> wrote: > Thank you Michael. Could you please explain "you can create disconneted > db's within one server that serve different customers.", sorry I do not > understand. > > On Tuesday, September 9, 2014 1:13:28 AM UTC-5, Michael Hunger wrote: >> >> Hi Sarah, >> >> Neo4j does not yet support multi-tenancy. You can start different servers >> serving different db's or you can create disconneted db's within one server >> that serve different customers. >> As long as you find your starting-points within a single graph and only >> traverse out from these, you are safe to use a single server. >> >> HTH >> >> Michael >> >> On Mon, Sep 8, 2014 at 9:22 PM, Sarah West <[email protected]> wrote: >> >>> How do you create multiple databases on one server using neo4j? I have >>> multiple clients, and I want to separate all client information into >>> different database to avoid data leaks. >>> >>> Every time I add a new client, I would like it to automatically create a >>> new database on my server separate from the rest. I've been trying to >>> figure out the best way to go about this. >>> >>> >>> Thank you. >>> >>> >>> -- >>> 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. >>> >> >> -- > 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. > -- 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.
