I want to achieve the following using Gremlin:
- Connect to a particular database in OrientDB.
- Use authentication.
Right now on server startup it picks up ‘gremlin-server.yaml’ to configure gremlin server. In the .yaml the configured
graphs: {
graph : …/config/demodb.properties
}
picks up the database as well as the username/password.
Is there any way to specify either ‘database’ or ‘username/password’ during connection to Gremlin server from Python?