Skip to content

Commit 0c5555f

Browse files
author
baruch assif
committed
adding README and fixing tree
1 parent 71b656a commit 0c5555f

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
## My Project
1+
## Enable change data capture on RDS for MySQL applications that are using XA transactions
22

3-
TODO: Fill this README out!
3+
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.
4+
5+
![General description of the solution](./images/General_Desc.png)
6+
7+
8+
This repository contain 2 application
9+
1. mysql-cdc
10+
2. opensearch-writer
11+
12+
### mysql-cdc
13+
sample script that read data from MySQL binary logs and append the SQL data into Amazon Kinesis Data Stream
414

5-
Be sure to:
615

7-
* Change the title in this README
8-
* Edit your repository description on GitHub
916

1017
## Security
1118

images/General_Desc.png

88.6 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ XA COMMIT 'xatest';
5050
## Test the AWS OpenSearch service
5151

5252
```
53-
curl -XGET -u 'root:Aa123456!' 'https://vpc-opensearchdomain-c6hrzwoccjmjzs6dmfgexeyjmq.us-east-1.es.amazonaws.com/mysql_data/_doc/51' |jq
53+
curl -XGET -u 'root:Aa123456!' 'https://vpc-opensearchdomain-testurl.us-east-1.es.amazonaws.com/mysql_data/_doc/51' |jq
5454
```
5555

File renamed without changes.

0 commit comments

Comments
 (0)