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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -