-
-
Notifications
You must be signed in to change notification settings - Fork 310
Getting started
Nikita Prokopov edited this page Apr 1, 2016
·
2 revisions
DataScript has no dedicated docs site yet.
Meanwhile, it’s totally possible to learn DataScript using other people’s resources.
Datomic team has excellent intro videos explaining basic concepts:
This is one of the best ways to learn about and master DataLog:
Most of the API is similar to Datomic which is documented here:
- http://docs.datomic.com/query.html
- http://docs.datomic.com/transactions.html
- http://docs.datomic.com/schema.html
- http://docs.datomic.com/identity.html
- http://docs.datomic.com/indexes.html
- http://docs.datomic.com/pull.html
After that, there’s a short section explaining how DataScript is different:
A good list of introduction resources dedicated to DataScript specifically is collected by Kristian Mandrup here:
A good idea might be to listen to a webinar where I write an app using most of DataScript features:
Hope that helps!