Add rnewman's notes about what Mentat is not.

Richard Newman 2017-01-09 11:34:03 -08:00
parent e00677d7b2
commit 7addc5ff86

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