From e743f8f2de1929eeb1a1069e744976fa08cd6572 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sat, 28 Jul 2018 21:32:37 +0800 Subject: [PATCH] Herb: Multi-DC Replication Engine for Schemaless Datastore at Uber --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39fe180..99da89b 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ An updated and curated list of selected readings to illustrate best practices in * [Black-Box Auditing: Verifying End-to-End Replication Integrity between MySQL and Redshift at Yelp](https://engineeringblog.yelp.com/2018/04/black-box-auditing.html) * [Monitoring MySQL Delayed Replication at IMVU](https://engineering.imvu.com/2013/01/09/monitoring-delayed-replication-with-a-focus-on-mysql/) * [Partitioning Main MySQL Database at Airbnb](https://medium.com/airbnb-engineering/how-we-partitioned-airbnb-s-main-database-in-two-weeks-55f7e006ff21) + * [Herb: Multi-DC Replication Engine for Schemaless Datastore at Uber](https://eng.uber.com/herb-datacenter-replication/) * [Sharding (Horizontal Partitioning)](https://www.educative.io/collection/page/5668639101419520/5649050225344512/5146118144917504) * [Sharding MySQL at Pinterest](https://medium.com/@Pinterest_Engineering/sharding-pinterest-how-we-scaled-our-mysql-fleet-3f341e96ca6f) * [Sharding MySQL at MailChimp](https://devs.mailchimp.com/blog/using-shards-to-accommodate-millions-of-users/)