JES: Just Enough Schema to leverage.
Jessie Ware A.K.A jes
provides a means to define attributes and datatypes using plain Clojure maps. It is extended via shortcodes (registered in a plain Clojure map) stored in memory as a Pathom smart map and leveraged via Pathom resolvers. This combination makes it very easy to extend attributes and datatypes into different contexts. It is JUST ENOUGH STRUCTURE to leverage - JES.
This whole thing kicked off several years ago with a Conj talk by Antonio Andrade about building a data platform on top of Datomic. I was enamored with Datomic, but growing jaded with how often I felt lost in a sea of attributes. Datomic and other EAVT stores are far too granular. I've got good attribute definitions, but in order to really leverage these attributes for fun and profit I need them collected in a reasonable way.
After switching to current favorite XTDB this approach provided loads of power that's missing from a document store. I want to generate, validate, collect, infer, store, all that. I don't want to just fly by the seat of my pants and end up with a brittle system that I'm afraid to touch. Minimum sized attributes and datatypes do that for me.
Pathom resolvers are hands down the best way to grow capabilities on top of known sources. Combining J.E.S. with a smart map and some write-as-needed resolvers really gave me some power these already powerful tools lack.
jes-group
fn.sm->
fn to do powerful things.Antonio Andrade
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close