xiazcy opened a new pull request, #2283:
URL: https://github.com/apache/tinkerpop/pull/2283
Adding experimental feature for python to connect via HTTP. This is relying
on the python translator, for which additional types were added. There
shouldn't be any breaking changes.
Connecting to remote can be done via
`remote_conn = DriverRemoteConnection('http://localhost':8182/, 'g')`
and for traversals
`g = traversal().with_remote(remote_conn)`
VOTE +1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]