20 Oct 2021
- Document-oriented (aka document store): pair each key with a complex document structure
- Key-value store (dictionary)
- Wide column store: have tables, rows and columns like SQL, but they are not as structured/restricted (rows can vary within a table)
- Graph store: contain nodes, edges, and other graph structures