Amazon Neptune · Example Payload

Streams Property Graph Data Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Streams Property Graph Data 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

idtypekeyvaluefromto

Example Payload

Raw ↑
{
  "id": "neptune-cluster-abc123",
  "type": "v",
  "key": "example-string",
  "value": {
    "value": "example-string",
    "dataType": "db.r6g.large"
  },
  "from": "example-string",
  "to": "example-string"
}