From a52b2e461f792a6d4ea087a25308695f2fa57b2b Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Thu, 18 Jan 2018 16:08:13 +0800 Subject: [PATCH] BookKeeper: Distributed Log Storage at Yahoo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7b4339..623f710 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Contributions are always welcome! * [Scalable and reliable log ingestion at Pinterest](https://medium.com/@Pinterest_Engineering/scalable-and-reliable-data-ingestion-at-pinterest-b921c2ee8754) * [CERN Accelerator Logging Service with Spark](https://databricks.com/blog/2017/12/14/the-architecture-of-the-next-cern-accelerator-logging-service.html) * [Logging and Aggregation at Quora](https://engineering.quora.com/Logging-and-Aggregation-at-Quora) + * [BookKeeper: Distributed Log Storage at Yahoo](https://yahooeng.tumblr.com/post/109908973316/bookkeeper-yahoos-distributed-log-storage-is) * [Distributed Messaging](https://arxiv.org/pdf/1704.00411.pdf) * [Understanding When to use RabbitMQ or Apache Kafka](https://content.pivotal.io/blog/understanding-when-to-use-rabbitmq-or-apache-kafka) * [Delaying Asynchronous Message Processing with RabbitMQ at Indeed](http://engineering.indeedblog.com/blog/2017/06/delaying-messages/)