Skip to content

Commit 24edd12

Browse files
More blogs post about the project
1 parent 7de3c1e commit 24edd12

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,30 @@ https://python-mysql-replication.readthedocs.org/en/latest/limitations.html
5353

5454
# Featured
5555

56-
- [Data Pipelines Pocket Reference](https://www.oreilly.com/library/view/data-pipelines-pocket/9781492087823/) (by James Densmore, O'Reilly): Introduced and exemplified in Chapter 4: Data Ingestion: Extracting Data.
56+
## AWS blog
57+
5758
- [Streaming Changes in a Database with Amazon Kinesis](https://aws.amazon.com/blogs/database/streaming-changes-in-a-database-with-amazon-kinesis/) (by Emmanuel Espina, Amazon Web Services)
5859
- [Near Zero Downtime Migration from MySQL to DynamoDB](https://aws.amazon.com/ko/blogs/big-data/near-zero-downtime-migration-from-mysql-to-dynamodb/) (by YongSeong Lee, Amazon Web Services)
59-
- [Enable change data capture on Amazon RDS for MySQL applications that are using XA transactions](https://aws.amazon.com/ko/blogs/database/enable-change-data-capture-on-amazon-rds-for-mysql-applications-that-are-using-xa-transactions/) (by Baruch Assif, Amazon Web Services)
60+
- [Enable change data capture on Amazon RDS for MySQL applications that are using XA transactions](https://aws.amazon.com/ko/blogs/database/)
61+
62+
## Books
63+
64+
- [Data Pipelines Pocket Reference](https://www.oreilly.com/library/view/data-pipelines-pocket/9781492087823/) (by James Densmore, O'Reilly): Introduced and exemplified in Chapter 4: Data Ingestion: Extracting Data.
65+
enable-change-data-capture-on-amazon-rds-for-mysql-applications-that-are-using-xa-transactions/) (by Baruch Assif, Amazon Web Services)
66+
67+
## Blogs
68+
6069
- [Reading MySQL Binlog with Python](https://medium.com/@mahadir.ahmad/reading-mysql-binlog-with-python-c85a8ece3b28)
6170
- [Using python-mysql-replication with Dolt](https://www.dolthub.com/blog/2024-08-08-python-mysql-replication-works-with-dolt/)
71+
- [Yelp Data Pipeline](https://engineeringblog.yelp.com/2016/11/open-sourcing-yelps-data-pipeline.html)
72+
- [Data Pipeline — Replicate data from MySQL to Snowflake with AWS Kinesis, Binlog Streamer Python Library & Snowpipe](https://shreyasms.medium.com/data-pipeline-replicate-data-from-mysql-to-snowflake-with-aws-kinesis-binlog-streamer-python-f4f77d852e45)
73+
- [MySQL CDC to Snowflake in Python](https://bytewax.io/blog/bytewax-snowflake-in-python)
74+
- [Change Data Capture (CDC): MySQL to BigQuery using Binary Logs Replication](https://abdulquadri-oshoare.medium.com/mysql-to-bigquery-via-change-data-capture-cdc-using-binary-logs-replication-5cea24a124e4)
75+
- [DIY — CDC Pipeline from MySQL to Snowflake](https://community.snowflake.com/s/article/DIY-CDC-Pipeline-from-MySQL-to-Snowflake)
6276

6377
# Projects using this library
6478

6579
- pg_chameleon: Migration and replica from MySQL to PostgreSQL https://github.com/the4thdoctor/pg_chameleon
66-
- Yelp Data Pipeline: https://engineeringblog.yelp.com/2016/11/open-sourcing-yelps-data-pipeline.html
6780
- Singer.io Tap for MySQL (https://github.com/singer-io/tap-mysql)
6881
- MySQL River Plugin for ElasticSearch: https://github.com/scharron/elasticsearch-river-mysql
6982
- Ditto: MySQL to MemSQL replicator https://github.com/memsql/ditto
@@ -86,6 +99,7 @@ https://python-mysql-replication.readthedocs.org/en/latest/limitations.html
8699
- py-mysql-elasticsearch-sync: https://github.com/jaehyeonpy/py-mysql-elasticsearch-sync
87100
- synch: Sync data from other DB to ClickHouse (https://github.com/long2ice/synch)
88101
- sb-osc: Online schema change tool created by Sendbird (https://github.com/sendbird/sb-osc)
102+
- Bytewax Dataflow for MySQL <> Snowflake Database Replication: (https://github.com/bytewax/mysql-cdc-snowflake)
89103

90104
# MySQL server settings
91105

0 commit comments

Comments
 (0)