Write to Kinesis Data Streams using Amazon Quantum Ledger Database (Amazon QLDB)
You can create a stream in Amazon QLDB that captures every document revision that is
committed to your journal and delivers this data to Amazon Kinesis Data Streams in real time. A QLDB
stream is a continuous flow of data from your ledger's journal to a Kinesis data stream
resource. Then, you can use the Kinesis streaming platform or the Kinesis Client Library to
consume your stream, process the data records, and analyze the data contents. A QLDB
stream writes your data to Kinesis Data Streams in three types of records: control
,
block summary
, and revision details
.
For more information, see Streams in the Amazon QLDB developer Guide.