Amazon Neptune · Arazzo Workflow
Amazon Neptune Property Graph Stream Replay
Version 1.0.0
Read property graph change records from the start of the stream, then continue from the last event id.
Provider
Workflows
propertygraph-stream-replay
Read the earliest property graph stream records, then page forward from the cursor.
Reads property graph change records from TRIM_HORIZON, then continues after the returned last event id.
1
readFromStart
getPropertyGraphStream
Read the earliest available property graph change-log records starting at TRIM_HORIZON and capture the last event id as a cursor.
2
continueFromCursor
getPropertyGraphStream
Continue reading the stream immediately after the captured position using AFTER_SEQUENCE_NUMBER with the prior commit and operation numbers.