From 0fe92a5dc0c9e70c1c995bd983c2a3643a33c0a4 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Tue, 21 Feb 2017 10:20:27 -0800 Subject: [PATCH] Adding links to blog posts. --- Home.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 86b7b64..730b51e 100644 --- a/Home.md +++ b/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