Add cassandra to the chart

This commit is contained in:
Marcelo Boeira
2019-04-23 08:48:03 +02:00
parent bf90f887b2
commit 0b1f5cf14a
3 changed files with 4 additions and 2 deletions

View File

@@ -39,6 +39,7 @@
* SQL
* Postgres
* MySQL
* Cassandra
* NoSQL
* KeyValue
* [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓

View File

@@ -28,8 +28,9 @@ graph TD
SW --> DB[Databases]
DB --> SQL[SQL]
SQL --> PgSQL[PostgreSQL]
SQL --> MySQL[MySQL]
SQL --> PgSQL
SQL --> MySQL
SQL --> Cassandra
DB --> NoSQL[NoSQL]
NoSQL --> KV[KeyValue]
KV --> Rd[Redis]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 166 KiB