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
已提问 4 年前2150 查看次数
1 回答
0
已接受的回答

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/

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则