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

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