Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Datomisca

 Datomisca

Datomisca: an open source Scala library for Datomic from Pellucid & Zenexity

Video and transcript available at: http://blog.pellucid.com/post/55015211949/scaladays-talk-on-datomisca

http://pellucidanalytics.github.io/datomisca/

Daniel James

June 12, 2013
Tweet

More Decks by Daniel James

Other Decks in Programming

Transcript

  1. “A Datomic database stores a collection of facts. The facts

    in a database are immutable; once stored, they do not change. However, old facts can be superseded by new facts over time. The state of the database is a value defined by the set of facts in effect at a given moment in time.” THE ESSENCE OF DATOMIC — datomic.com
  2. [:find ?p :in $ ?name :where [?x %{nameAttr} ?name] [?p

    %{followsAttr} ?x]] A FEATURE WE WOULD LIKE