Reputation: 25790
In my application I'd like to implement multi tenancy support for different customers.
I have a trees of nodes and would like to implement support of private trees for different customers.
Is there native Neo4j support for multi tenancy or it should be implemented as a custom business logic(for example I need to add a tenant Id to an each query) ?
Upvotes: 2
Views: 503
Reputation: 1949
[Disclaimer: I'm the CEO of GrapheneDB, cloud hosting service for Neo4j]
Neo4j does not natively support multi-tenancy. AFAIK you basically have following options:
Upvotes: 5