Add distributed systems section with streaming stack
Some nice articles and stuff
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user