ck / day-of-datomic-cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
$ 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 © 2017 Cognitect, Inc.

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

About

License:Eclipse Public License 1.0


Languages

Language:Clojure 99.9%Language:Shell 0.1%