Skip to content

npatten/day-of-datomic

This branch is 52 commits behind Datomic/day-of-datomic:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 11, 2014
May 16, 2013
Mar 27, 2013
Feb 11, 2014
Apr 30, 2014
Apr 30, 2014
Sep 8, 2012
Sep 5, 2012
Jan 18, 2013
Sep 5, 2012
Apr 27, 2014

Repository files navigation

Day of Datomic

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

Getting Started

Start a REPL:

# with lein 1
lein repl

# with lein 2
lein trampoline repl

Work through some of the tutorials in the tutorial directory, evaluating each form at the REPL. You might start with:

  • hello_world.clj
  • social_news.clj
  • provenance.clj
  • datalog_on_defrecords.clj
  • data_functions.clj
  • binding.clj
  • graph.clj

You can also run all of the examples and see their output by running:

lein run -m datomic.samples.tutorials

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 mailing list.

License

EPL. See epl-v10.html at the project root.

About

Sample Code for Day of Datomic presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published