You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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
+
57
58
-[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)
58
59
-[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
+
60
69
-[Reading MySQL Binlog with Python](https://medium.com/@mahadir.ahmad/reading-mysql-binlog-with-python-c85a8ece3b28)
61
70
-[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)
62
76
63
77
# Projects using this library
64
78
65
79
- 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
67
80
- Singer.io Tap for MySQL (https://github.com/singer-io/tap-mysql)
68
81
- MySQL River Plugin for ElasticSearch: https://github.com/scharron/elasticsearch-river-mysql
69
82
- Ditto: MySQL to MemSQL replicator https://github.com/memsql/ditto
0 commit comments