diff --git a/Thoughts:-what-it's-not.md b/Thoughts:-what-it's-not.md new file mode 100644 index 0000000..f84dddc --- /dev/null +++ b/Thoughts:-what-it's-not.md @@ -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. \ No newline at end of file