Creating multiple databases on one server using Neo4j

后端 未结 3 1268
鱼传尺愫
鱼传尺愫 2020-12-14 05:56

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

3条回答
  •  独厮守ぢ
    2020-12-14 06:31

    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.

提交回复
热议问题