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 年前檢視次數 2149 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南