Add rnewman's notes about what Mentat is not.
parent
e00677d7b2
commit
7addc5ff86
1 changed files with 11 additions and 0 deletions
11
Thoughts:-what-it's-not.md
Normal file
11
Thoughts:-what-it's-not.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
Not SQL. Queries and data are expressed via data structures.
|
||||
|
||||
Not an ORM. Data and results are data-shaped, not object-shaped.
|
||||
|
||||
Not just a graph store. Queries aren't expressed through paths, though paths can be part of them.
|
||||
|
||||
Not a document store.
|
||||
|
||||
Not NoSQL. Rich queries, rich types.
|
||||
|
||||
Not schemaless. Schemas are an important part of thinking about a domain and characterizing storage and querying.
|
Loading…
Reference in a new issue