Skip to content
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

Capability to select from multiple graphs hosted in one Gremlin server #65

Closed
zhiboz opened this issue Apr 25, 2018 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@zhiboz
Copy link

zhiboz commented Apr 25, 2018

Is it feasile to support multiple graphs in one graph database / gremlin server? Thanks!

@dwitry
Copy link
Contributor

dwitry commented Apr 26, 2018

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.

@disolovyov disolovyov added the enhancement New feature or request label May 15, 2018
@disolovyov disolovyov reopened this Jul 23, 2018
ilyin371 pushed a commit to ilyin371/cypher-for-gremlin that referenced this issue Aug 21, 2018
…raphs

Closes opencypher#65

Signed-off-by: Vladimir Ilyin <vladimir.ilyin@neueda.com>
dwitry pushed a commit that referenced this issue Aug 27, 2018
#158)

Gremlin Console plugin: support `:remote config alias` for multiple graphs

Closes #65

Signed-off-by: Vladimir Ilyin <vladimir.ilyin@neueda.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants