Pattern for streaming changes from RDS

0

Is there a best practice/pattern around integrating a central RDS database (postgres) with other systems by streaming its modifications similar to Dynamo DB streams?

AWS
Sounavo
gefragt vor 4 Jahren2144 Aufrufe
1 Antwort
0
Akzeptierte Antwort

You can simply integrate database to stream changes to Kinesis of MSK. The best practices would surround across the no. of tables you like to stream and what are the use cases. I have done a similar configuration for making data available to multiple consumers as well as generating real-time alerts for a specific use case. The stream will be near real-time and does not require major code implementation. See the reference architecture : https://aws.amazon.com/blogs/database/use-the-aws-database-migration-service-to-stream-change-data-to-amazon-kinesis-data-streams/

beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen