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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -