Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-tenant/multi-user #207

Open
cromulus opened this issue Dec 10, 2024 · 2 comments
Open

Multi-tenant/multi-user #207

cromulus opened this issue Dec 10, 2024 · 2 comments

Comments

@cromulus
Copy link

Is there any way to isolate data from different users, such that each user could populate and query their own graph?

from what I can tell, there is only one, global graph.

Thanks!

@cybermaggedon
Copy link
Contributor

Thanks for raising, the need is understood but only partial support, been on the roadmap, but being built incrementally...

  • There is support in the Pulsar protocols, a user and collection name are delivered with all data.
  • User/collection support is not complete - implemented in VectorDB stores and Cassandra graph, but not Neo and memgraph
  • Missing some management support - would be necessary to be able to delete the users/collections created in the pipeline

@cybermaggedon
Copy link
Contributor

The 'easy' way to do this in e.g. Neo4j would be to use existing structures e.g. a different database. But that's an enterprise feature, meaning it would not work for community editions of things. Have to work out which route we need to go down. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants