Add some database theory content and sub-categories
This commit is contained in:
@@ -27,16 +27,21 @@ graph TD
|
||||
DS --> HS[Hash]
|
||||
|
||||
SW --> DB[Databases]
|
||||
DB --> SQL[SQL]
|
||||
SQL --> PgSQL
|
||||
SQL --> MySQL
|
||||
SQL --> Cassandra
|
||||
DB --> NoSQL[NoSQL]
|
||||
NoSQL --> KV[KeyValue]
|
||||
KV --> Rd[Redis]
|
||||
NoSQL --> DoS[DocumentStore]
|
||||
DoS --> Mng[Mongo]
|
||||
DoS --> ES[ElasticSearch]
|
||||
DB --> DBT[Theory]
|
||||
DBT --> CAP[CAP Theorem]
|
||||
DBT --> DBTS[Scaling]
|
||||
DBT --> DBTR[Replication]
|
||||
DBT --> DBTX[Sharding]
|
||||
DB --> SQL[SQL]
|
||||
SQL --> PgSQL
|
||||
SQL --> MySQL
|
||||
SQL --> Cassandra
|
||||
DB --> NoSQL[NoSQL]
|
||||
NoSQL --> KV[KeyValue]
|
||||
KV --> Rd[Redis]
|
||||
NoSQL --> DoS[DocumentStore]
|
||||
DoS --> Mng[Mongo]
|
||||
DoS --> ES[ElasticSearch]
|
||||
|
||||
SW --> DSi[Distributed Systems]
|
||||
DSi --> EvS[Event Sourcing]
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 280 KiB |
Reference in New Issue
Block a user