Updated Proposal: application schema coordination and versioning (markdown)

Richard Newman 2016-10-19 10:28:41 -07:00
parent 08cb508b9c
commit d30f7508ed

@ -11,6 +11,7 @@ A collection of attributes — our vocabulary — is called a **schema fragment
An **application** is a piece of software that reads from or writes to a datom store. One example would be a Firefox add-on.
We expect that simple applications might use a single schema fragment, and more complicated applications might share some schema fragments. For example, a bookmark manager might use 'save' and 'page' fragments; a history tool might use a 'visit' fragment and the same 'page' fragment.
## One application