goblin icon indicating copy to clipboard operation
goblin copied to clipboard

App/Cluster configuration using URL

Open jirikuncar opened this issue 8 years ago • 3 comments

Add support for App/Cluster configuration using URL.

-- see also http://docs.sqlalchemy.org/en/latest/core/engines.html#sqlalchemy.engine.url.URL

jirikuncar avatar Oct 27 '17 09:10 jirikuncar

I don't necessarily feel very strongly about this either way. What is your reasoning behind the feature? Why do we need it? Why is it better? Is it worth moving away from the pattern established by the Java driver? Etc. Etc. Etc. Also, maybe this is something that may be better addressed in aiogremlin.

davebshow avatar Oct 30 '17 23:10 davebshow

It's easier to provide single environment variable instead of separate host, port, username, password, etc.

jirikuncar avatar Oct 31 '17 09:10 jirikuncar

Yeah that would be nice, config files suck anyway. +1 go for it.

davebshow avatar Nov 01 '17 01:11 davebshow