Cross-graph querying with Janusgraph
Hello!
I am using Janusgraph (embedded), over a ScyllaDB backend, where all my graphs are currently stored in a single keyspace.
Is it possible to split these graphs and store them across multiple different keyspaces, but still query across them? ie, a single query may traverse multiple graphs stored in multiple keyspaces.
From what I've read so far, it seems like I can only create independent graphs on each keyspace that are completely separate and disconnected from each other.
Thanks in advance!
3 Replies
Cross-graph traversing logic isn't contributed yet, but it's something which comes up from time to time. Here are the insights from @Natalia : https://youtu.be/C9IYIapw6As?si=-GpLppRQ8KXH6TGZ&t=2536
JanusGraph
YouTube
JanusGraph Online Meetup - 2023.11.06
Speakers: Boxuan Li, Natalia Tisseyre, & Oleksandr Porunov.
The focus of this webinar is to discuss JanusGraph 1.0.0 features and improvements, discuss experimental features, and answer questions from the community.
Session 1 - JanusGraph 1.0.0 custom string vertex id
During this session, we'll see the demo on custom string vertex Id usage.
Box...
I’m thinking to implement it this year
Thank you for the link to the video - this would be amazing to have, especially as I also have a GraphQL layer over Janusgraph!