LogDevice: Distributed Data Store for Logs at Facebook

This commit is contained in:
Benny Nguyen 2018-01-26 15:32:10 +08:00
parent 8872a74956
commit 3a7adcba64

View File

@ -89,6 +89,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and
* [Logging Service with Spark at CERN Accelerator](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)
* [LogDevice: Distributed Data Store for Logs at Facebook](https://code.facebook.com/posts/357056558062811/logdevice-a-distributed-data-store-for-logs/)
* [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)
* [Running Kafka at scale at Linkedin](https://engineering.linkedin.com/kafka/running-kafka-scale)