datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
Margo 2021-05-31T08:29:00.005800Z

Good morning! I was wondering what good in-depth tutorials/books exist on datomic / datascript?

Margo 2021-06-01T11:08:14.007200Z

Thanks a lot! @love.lagerkvist

Baibhav Bista 2021-06-08T05:41:44.007800Z

@marharyta.obraztsova I found the getting started page of the datascript docs a good starting point: https://github.com/tonsky/datascript/wiki/Getting-started

Margo 2021-05-31T08:29:15.005900Z

Looking for a good beginner friendly recommendation.

motform 2021-05-31T12:29:44.006100Z

http://www.learndatalogtoday.org is a great resource for datalog

motform 2021-05-31T12:30:39.006300Z

there is also the extensive datomic documentation, which features a "day of datomic" tutorial section https://docs.datomic.com/on-prem/learning/day-of-datomic.html

motform 2021-05-31T12:30:55.006500Z

most of the things that apply to datomic apply to datascript, at least per the interface

motform 2021-05-31T12:31:49.006700Z

tonsky also has some writing on the topic: https://tonsky.me/blog/datascript-internals/ https://tonsky.me/blog/datascript-resources/