We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it feasile to support multiple graphs in one graph database / gremlin server? Thanks!
The text was updated successfully, but these errors were encountered:
Hello Zhibo,
if you are using Cypher Client, you can use alias for Gremlin Client:
Cluster cluster = Cluster.open(configuration); Client gremlinClient = cluster.connect().alias("g2"); CypherGremlinClient cypherGremlinClient = CypherGremlinClient.plugin(gremlinClient);
In Console Cypher plugin :remote config alias is not supported yet.
:remote config alias
Sorry, something went wrong.
Gremlin Console plugin: support :remote config alias for multiple g…
81a2163
…raphs Closes opencypher#65 Signed-off-by: Vladimir Ilyin <vladimir.ilyin@neueda.com>
Gremlin Console plugin: support :remote config alias for multiple g… (
287b7a7
#158) Gremlin Console plugin: support `:remote config alias` for multiple graphs Closes #65 Signed-off-by: Vladimir Ilyin <vladimir.ilyin@neueda.com>
No branches or pull requests
Is it feasile to support multiple graphs in one graph database / gremlin server? Thanks!
The text was updated successfully, but these errors were encountered: