Add cassandra to the chart
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
* SQL
|
* SQL
|
||||||
* Postgres
|
* Postgres
|
||||||
* MySQL
|
* MySQL
|
||||||
|
* Cassandra
|
||||||
* NoSQL
|
* NoSQL
|
||||||
* KeyValue
|
* KeyValue
|
||||||
* [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓
|
* [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓
|
||||||
|
|||||||
@@ -28,8 +28,9 @@ graph TD
|
|||||||
|
|
||||||
SW --> DB[Databases]
|
SW --> DB[Databases]
|
||||||
DB --> SQL[SQL]
|
DB --> SQL[SQL]
|
||||||
SQL --> PgSQL[PostgreSQL]
|
SQL --> PgSQL
|
||||||
SQL --> MySQL[MySQL]
|
SQL --> MySQL
|
||||||
|
SQL --> Cassandra
|
||||||
DB --> NoSQL[NoSQL]
|
DB --> NoSQL[NoSQL]
|
||||||
NoSQL --> KV[KeyValue]
|
NoSQL --> KV[KeyValue]
|
||||||
KV --> Rd[Redis]
|
KV --> Rd[Redis]
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 166 KiB |
Reference in New Issue
Block a user