Re: idiomatic data transformation

2015-07-07 Thread Jordan Schatz
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

idiomatic data transformation

2015-07-07 Thread Joe Graham
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