invana / invana-studio

Open source graph visualiser.
Apache License 2.0
175 stars 19 forks source link

managing multiple gremlin server connection urls #40

Closed rrmerugu closed 4 years ago

rrmerugu commented 4 years ago

Connect to and Manage multiple connection(gremlin) URLs. Label the connection URL with a verbose name, create a flag that shows the result of last connection attempt.

Example: Save something like this in the background.

{
   "connectionUrl": "http://localhost:8182/gremlin",
   "connectionName": "Local",
   "authToken": null,
   "isLastConnectionAttemptSuccess":  true
}
rrmerugu commented 4 years ago

Deferring managing multiple connections ..