This repository describe a solution to safely replicate data with XA transactions from MySQL applications to Amazon OpenSearch Service using Amazon Kinesis Data Streams and AWS Lambda.
General description of the solution
This repository contain 2 application
- mysql-cdc
- opensearch-writer
sample script that read data from MySQL binary logs and append the SQL data into Amazon Kinesis Data Stream
This library contains the package opensearch_writer and the config file and template file for deploring this package into AWS Lambda via SAM- AWS Serverless Application Model
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.