-
Notifications
You must be signed in to change notification settings - Fork 35
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
Can unipop support multi mappings for different graph models running at the same time? #117
Comments
Do you mean something like this: UniGraph graph1 = UniGraph.open(conf1);
UniGraph graph2 = UniGraph.open(conf2); |
@seanbarzilay This is unipop-console and JVM way, But unipop-server how to configure? |
You can simply add graphs: {
graph: path/to/properties/file,
graph2: path/to/properties/file2
} to your gremlin-server.yaml file. |
@seanbarzilay :remote connect tinkerpop.server conf/remote.yaml session (1) In the (4) step,It shows me this message: No such property: UniGraph for class: Script8 I have already configure the org.unipop.plugin.UnipopPlugin:{} in gremlin-server.yaml and install unipop-elastic plugin in tinkerpop-server,but why can't find UniGraph? |
I don't know if this is possible but try importing |
Can unipop support multi mappings for different graph models running at the same time?
If yes, how should I configure?
If no, will you plan to support it?
The text was updated successfully, but these errors were encountered: