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 * SQL
* Postgres * Postgres
* MySQL * MySQL
* Cassandra
* NoSQL * NoSQL
* KeyValue * KeyValue
* [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓 * [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓

View File

@@ -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