Neo4j Multi-tenancy -


what best way achieve multi-tenancy in neo4j?

i have seen tinkerpop , spring data.

i'm have multiple clients , store client info in own database ensure security.

i not want use labels or indexes solve problem.

neo4j not support multi-tenant deployments @ time. can run multiple instances on same server, each 1 on different port.

alternatively, can use managed hosting service graphenedb, provides secure independent instances. disclaimer: work @ graphenedb.


Comments

Popular posts from this blog

jpa - Passing entitymanager from reflection method -

frame rate - JAVA simple fps animation(how can i work with?) -