Database Types

7 Database Paradigms (youtube.com)

1. Key-Value

Example: Redis, Memcached

2. Wide-column

Example: Cassandra, Hbase

3. Document

Example: MongoDB, Firestore

4. Relational

Example: MySQL, Postgres

5. Graph

Example: Neo4j, Dgraph

6. Search / Index

Example: Elasticsearch, Lucene, Solr, Meiliserach

7. Multi-model

Example: FaunaDB