{ "opencollection": "1.0.0", "info": { "name": "Amazon Neptune Neptune Analytics ?Action=AddTagsToResource ?Action=AddTagsToResource SPARQL Stream API", "version": "2023-11-29" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "SPARQL Stream", "type": "folder" }, "items": [ { "info": { "name": "Amazon Neptune Get SPARQL RDF Change Stream Records", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/sparql/stream", "headers": [ { "name": "Accept-Encoding", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (1-100,000). Default is 10." }, { "name": "iteratorType", "value": "", "type": "query", "description": "Determines the starting point for reading the stream." }, { "name": "commitNum", "value": "", "type": "query", "description": "The commit number to start reading from. Required when iteratorType is AT_SEQUENCE_NUMBER or AFTER_SEQUENCE_NUMBER." }, { "name": "opNum", "value": "", "type": "query", "description": "The operation sequence number within the specified commit." } ] }, "docs": "Gets a stream of change-log entries for RDF (SPARQL) data. Each entry records a mutation (ADD or REMOVE) of an RDF triple or quad. The response format is NQUADS, with each change represented as an N-Quads statement string." } ] } ], "bundled": true }