Amazon Neptune · Example Payload

Opencypher Open Cypher Relationship Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Opencypher Open Cypher Relationship Example is an example object payload from Amazon Neptune, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

~id~entityType~start~end~type~properties

Example Payload

Raw ↑
{
  "~id": "neptune-cluster-abc123",
  "~entityType": "relationship",
  "~start": "example-string",
  "~end": "example-string",
  "~type": "db.r6g.large",
  "~properties": {}
}