Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 2.77 KB

RESOURCES.md

File metadata and controls

38 lines (34 loc) · 2.77 KB

Resources

Datomic

  • website & documentation
  • created by Rich Hickey, the inventor of Clojure, and other people at Metadata Partners, Relevance and now Cognitect; including Stuart Halloway, Micheal Fogus and probably a lot more people
  • Day of Datomic, source code & tutorial by the people who created it
  • Learn Datalog Today!, teaching the dialect of Datalog that is the query language of Datomic
  • talks & videos
  • random:
    • it's immutable
    • the db is a value in your program
    • you can query the history of everything
    • you can query multiple dbs
    • there is a schema for attributes
    • but everything else is up to you (e.g. which entities should have which attributes)

Purely functional data structures