Amazon QLDB Streams - Unknown record format with unreadable characters

0

I created a QLDB stream with console

But the record data contains unreadable characters

And it doesn't look like it is in JSON format

Unreadable records

I tried to stream a dynamoDB table to the same data stream and it works perfectly

What happened to QLDB Streams?

preguntada hace un año376 visualizaciones
1 Respuesta
0
Respuesta aceptada

I have written some blog posts with associated GitHub repositories for streaming data from QLDB out to different back end data stores. An example post is linked below, but there are several more if you look on that site

The data on the stream is in ION format, and as it is on a Kinesis Data Stream it is also base64 encoded, hence the output you are seeing.

profile picture
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas