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.
