Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.26 KB

day-of-datomic-cloud

Day of Datomic Cloud project is a collection of samples and tutorials for learning Datomic Cloud at a Clojure REPL.

Getting Started

  • Install Clojure:
$ brew install clojure/tools/clojure
$ 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

Study the Samples

As or after you work through the tutorial, you may want to also study the helper functions in src/datomic/samples.

Questions, Feedback?

For specific feedback on the tutorials, please create an issue.

For questions about Datomic, try the public discussion forum.

License

Copyright © Cognitect, Inc.

Licensed under the Eclipse Public License (EPL) v1.0