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
asked 4 years ago2010 views
1 Answer
0
Accepted Answer

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/

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions