julien-duponchelle / python-mysql-replication

Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
2.33k stars 679 forks source link

Update README Featured Section with AWS Blog on RDS, XA Transactions #485

Closed mjs1995 closed 1 year ago

mjs1995 commented 1 year ago

PR Description:

This PR updates the README's "Featured" section by adding a new AWS blog post. The post details the use of Amazon RDS, XA transactions, Amazon Kinesis, and AWS Lambda for data replication to Amazon OpenSearch Service. You can check the source code used in the example here

Why Include This Post?

First Post : Focuses on real-time MySQL binary log replication via Kinesis. Second Post : Discusses Kinesis and Lambda for data transfer to DynamoDB. New Post : Adds complexity by covering XA transactions and OpenSearch Service replication.

This new entry complements our existing featured posts by showcasing another layer of data replication complexity. More importantly, these posts collectively highlight the versatility and robustness of python-mysql-replication across different data pipeline scenarios.

We look forward to your feedback and additional suggestions.