Add some database theory content and sub-categories
This commit is contained in:
@@ -118,6 +118,13 @@ At the moment this is not useful for anyone but myself, if at some point I find
|
|||||||
* [Designing Data-Intensive Applications - Martin Kleppmann](http://dataintensive.net) 📕 💰
|
* [Designing Data-Intensive Applications - Martin Kleppmann](http://dataintensive.net) 📕 💰
|
||||||
* [CAP Theorem Revisited](http://robertgreiner.com/2014/08/cap-theorem-revisited/) 📰 🆓
|
* [CAP Theorem Revisited](http://robertgreiner.com/2014/08/cap-theorem-revisited/) 📰 🆓
|
||||||
* [The Pathologies of Big Data](https://queue.acm.org/detail.cfm?id=1563874) 📰 🆓
|
* [The Pathologies of Big Data](https://queue.acm.org/detail.cfm?id=1563874) 📰 🆓
|
||||||
|
* Scaling
|
||||||
|
* Replication
|
||||||
|
* --
|
||||||
|
* Sharding
|
||||||
|
* [Understanding Database Sharding - DigitalOcean](https://www.digitalocean.com/community/tutorials/understanding-database-sharding) 📰 🆓 ⭐️
|
||||||
|
* [Sharding in Plain English - Citrus Data Blog](https://www.citusdata.com/blog/2018/01/10/sharding-in-plain-english/) 📰 🆓
|
||||||
|
* [Introduction to Sharding - B's March (MongoDB Focused)](https://www.youtube.com/watch?v=4upppuW7lGE)
|
||||||
* SQL
|
* SQL
|
||||||
* PostgreSQL
|
* PostgreSQL
|
||||||
* [Postgres: Up & Running](https://learning.oreilly.com/library/view/postgresql-up-and/9781491963401/) 📕 💰 ⭐️
|
* [Postgres: Up & Running](https://learning.oreilly.com/library/view/postgresql-up-and/9781491963401/) 📕 💰 ⭐️
|
||||||
|
|||||||
@@ -27,16 +27,21 @@ graph TD
|
|||||||
DS --> HS[Hash]
|
DS --> HS[Hash]
|
||||||
|
|
||||||
SW --> DB[Databases]
|
SW --> DB[Databases]
|
||||||
DB --> SQL[SQL]
|
DB --> DBT[Theory]
|
||||||
SQL --> PgSQL
|
DBT --> CAP[CAP Theorem]
|
||||||
SQL --> MySQL
|
DBT --> DBTS[Scaling]
|
||||||
SQL --> Cassandra
|
DBT --> DBTR[Replication]
|
||||||
DB --> NoSQL[NoSQL]
|
DBT --> DBTX[Sharding]
|
||||||
NoSQL --> KV[KeyValue]
|
DB --> SQL[SQL]
|
||||||
KV --> Rd[Redis]
|
SQL --> PgSQL
|
||||||
NoSQL --> DoS[DocumentStore]
|
SQL --> MySQL
|
||||||
DoS --> Mng[Mongo]
|
SQL --> Cassandra
|
||||||
DoS --> ES[ElasticSearch]
|
DB --> NoSQL[NoSQL]
|
||||||
|
NoSQL --> KV[KeyValue]
|
||||||
|
KV --> Rd[Redis]
|
||||||
|
NoSQL --> DoS[DocumentStore]
|
||||||
|
DoS --> Mng[Mongo]
|
||||||
|
DoS --> ES[ElasticSearch]
|
||||||
|
|
||||||
SW --> DSi[Distributed Systems]
|
SW --> DSi[Distributed Systems]
|
||||||
DSi --> EvS[Event Sourcing]
|
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