Amazon Neptune · Arazzo Workflow
Amazon Neptune openCypher Create and Read Node
Version 1.0.0
Create a node over the openCypher HTTP endpoint, then read nodes back to confirm the write.
Provider
Workflows
opencypher-create-and-read-node
Create a node via openCypher HTTP, then match nodes to confirm.
Creates a node with a CREATE statement, then runs a MATCH query to read nodes back.
1
createNode
executeOpenCypherQuery
Create a node with the supplied label and name property using a CREATE statement on the form-encoded openCypher endpoint.
2
readNodes
executeOpenCypherQuery
Run a MATCH query to read nodes back and confirm the new node exists.