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

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