Replies: 1 comment 3 replies
-
You can simply create completely different graphs in JanusGraph and each graph gets its own schema. So for example If you want to create new graphs dynamically instead of creating custom config for each by hand, then you should look into the We're using that also for a multi scenario at my company. We have the same schema for every tenant, but since the schema needs to be applied to each graph individually, using different schemas for different graphs shouldn't be a problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
As part of using Janus graph for a multi tenant scenario would like to know how we can support multiple schemas from different tenants in a given key space. And we would like to make sure as we do reads on graph a tenant is only able to see graph for his data as per his schema.
tenant 1 : person vertex schema(name:string,salary:number,yearsofexperience:number)
tenant2: person vertex schema(name:string,salary:number,age:number)
Could see some options in DSE as mentioned in here.
Thanks,
Noushath
Beta Was this translation helpful? Give feedback.
All reactions