javeme commented on issue #1871: URL: https://github.com/apache/incubator-hugegraph/issues/1871#issuecomment-1124505238
问题分别解答如下: > 1 . 0.12版本是否支持使用gremlin-client请求 支持的,使用 `g` 之前,需要先绑定 `g = graph.traversal()` > 2. 如何将批量操作放到一个事务中 通过一个请求发送给server的Gremlin语句都是放在一个事务里面的(服务端自动开发/关闭),https://hugegraph.apache.org/docs/clients/restful-api/gremlin/ -- 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]
