【发布时间】:2021-06-07 07:19:25
【问题描述】:
如何在 Gremlin - AWS Neptune 中处理事务(回滚和提交)?
In a request, I have two details, <student and List[Subject]>
1. Create student vertex with properties
2. Create Edge b/w class & student
3. Create a list of subjects vertex in for loop & edge b/w subject and student.
文件说,Multiple statements separated by a semicolon (;) or a newline character (\n) are included in a single transaction.
如何在GremlinPython的单个事务中处理for loop?
有什么建议/帮助吗?
【问题讨论】:
标签: graph transactions gremlin amazon-neptune gremlinpython