Day of Datomic Cloud project is a collection of samples and tutorials for learning Datomic Cloud at a Clojure REPL.
- Install Clojure:
$ brew install clojure/tools/clojure
-
Clone this repo
$ git clone [email protected]:cognitect-labs/day-of-datomic-cloud.git
- Start a Clojure REPL in the day-of-datomic-cloud directory:
$ clj
Work through some of the tutorials in the tutorial directory, evaluating each form at the REPL. You might start with:
- hello_world.repl
- social_news.repl
- provenance.repl
- graph.repl
- filters.repl
As or after you work through the tutorial, you may want to also study the helper functions in src/datomic/samples.
For specific feedback on the tutorials, please create an issue.
For questions about Datomic, try the public discussion forum.
Copyright © Cognitect, Inc.
Licensed under the Eclipse Public License (EPL) v1.0