Add distributed systems section with streaming stack

Some nice articles and stuff
This commit is contained in:
Marcelo Boeira
2019-05-11 21:32:33 +02:00
parent cdc13cd339
commit 6f243e2662
3 changed files with 28 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ graph TD
DS --> T3[Tree]
DS --> HS[Hash]
SW --> DB[Databases]
SW --> DB[Databases]
DB --> SQL[SQL]
SQL --> PgSQL
SQL --> MySQL
@@ -38,6 +38,12 @@ graph TD
DoS --> Mng[Mongo]
DoS --> ES[ElasticSearch]
SW --> DSi[Distributed Systems]
DSi --> STM[Streaming]
STM --> Kakfa
STM --> Kinesis
STM --> NATS
SRE --> OPS[Operations]
OPS --> OS[Operating Systems]
OS --> MM[Memory]