From 06631147097286529962fa1ca443a7427136fff1 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Fri, 14 Jun 2019 21:21:48 -0700 Subject: [PATCH] Add hadoop book --- README.md | 3 +++ resources/topic-graph.mmd | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca2708e..5e83533 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,9 @@ At the moment this is not useful for anyone but myself, if at some point I find * [Improving load balancing with a new consistent-hashing algorithm](https://medium.com/vimeo-engineering-blog/improving-load-balancing-with-a-new-consistent-hashing-algorithm-9f1bd75709ed) 📰 🆓 * [UDP Load Balancing with Keepalived](https://developers.500px.com/udp-load-balancing-with-keepalived-167382d7ad08) 📰 🆓 * [Introducing QALM, Uber's QoS Load Management Framework](https://eng.uber.com/qalm/) 📰 🆓 + * Distributed Processing + * Hadoop + * [Hadoop: Up & Running](https://learning.oreilly.com/library/view/hadoop-the-definitive/9781491901687/) 📕 💰 * Operations * Terminal * [Set of Bash Oneliners](https://github.com/onceupon/Bash-Oneliner) 💻 🆓 diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index ff5a27e..5fcbf95 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -41,7 +41,9 @@ graph TD SW --> DSi[Distributed Systems] DSi --> EvS[Event Sourcing] DSi --> CQRS[CQRS - Command Query Responsibility Segregation] - + DSi --> DPro[Distributed Processing] + DPro --> HDP[Hadoop] + DSi --> DLB[Load Balancing] DSi --> STM[Streaming] STM --> Kafka STM --> Kinesis