Creating multiple databases on one server using Neo4j

Kelly Watson picture Kelly Watson · Sep 4, 2014 · Viewed 17.7k times · Source

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.

Answer

Stefan Armbruster picture Stefan Armbruster · Sep 4, 2014

You need to have multiple Neo4j installations with a different port configurations in conf/neo4j.properties and conf/neo4j-server.properties.

Alternatively you might use some virtualization or container tool like http//docker.io for a more sophisticated approach.