Add hadoop book

This commit is contained in:
Marcelo Boeira
2019-06-14 21:21:48 -07:00
parent 9259fc2067
commit 0663114709
2 changed files with 6 additions and 1 deletions

View File

@@ -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) 💻 🆓

View File

@@ -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