Possibly less computer science-y then you had in mind, but take a look at
Prismatic's Schema https://github.com/Prismatic/schema Graph:
https://github.com/Prismatic/plumbing#graph-the-functional-swiss-army-knife
and Fnhouse: https://github.com/Prismatic/fnhouse
Your mentioning of handling nulls b
Hi Clojure Users,
I wanted to learn an idiomatic approach to data transformation in Clojure.
For example I have a web service that is consuming some ReST services,
Ultimately I need to consolidate these services into a data model which
resembles a DAG. However I would like to transform the chi