Adding links to blog posts.

Richard Newman 2017-02-21 10:20:27 -08:00
parent 497a5d0fc1
commit 0fe92a5dc0

13
Home.md

@ -1,6 +1,15 @@
Welcome to the Mentat Wiki!
Welcome to the Project Mentat Wiki!
At its core, Mentat maintains a set of assertions of the form entity-attribute-value (EAV). The assertions conform to a schema whereby the given attribute constrains the associated value/set of associated values.
## Context
There are two blog posts that discuss some of the motivations for the project and some of the technical context you might need in order to work on or with Project Mentat.
- [Introducing Project Mentat](https://medium.com/project-tofino/introducing-datomish-a-flexible-embedded-knowledge-store-1d7976bff344#.mq3o9wjur)
- [A conceptual introduction](https://medium.com/@rnewman/a-conceptual-introduction-to-project-mentat-a863128f163#.aelc7eh8q)
## How it works
At its core, Mentat maintains a set of assertions of the form entity-attribute-value (EAV). The assertions conform to a schema whereby the given attribute constrains the associated value/set of associated values. We call these assertions _datoms_.
## Entities and entids