Amazon Neptune · Arazzo Workflow
Amazon Neptune Gremlin Add and Count Vertices
Version 1.0.0
Add a labeled vertex over the Gremlin HTTP endpoint, then count vertices to confirm the write landed.
Provider
Workflows
gremlin-add-and-count-vertices
Add a vertex via Gremlin HTTP, then count all vertices.
Adds a labeled vertex with a name property, then counts vertices to confirm the write.
1
addVertex
executeGremlinTraversal
Add a vertex with the supplied label and name property over the Gremlin HTTP endpoint.
2
countVertices
executeGremlinTraversal
Run a vertex count traversal to confirm the new vertex was committed.