Sync between multiple graphs

We have multiple use cases. Looks like the schema and the storage is not decoupled. So I guess we need to build multiple graphs. For some data we have multiple instances due to the multiple graphs. But we need to sync them up.

Have you encountered such problem? How did you solve this problem? Thank you!

I think MultiGraph feature can help with your issue. If you have data that needs to be shared among different graph, you can mark that as a shared graph. Please see https://docs.tigergraph.com/tigergraph-platform-overview/multigraph-overview for more details.

1 Like