Skip to content
Stuart Halloway edited this page Aug 8, 2019 · 2 revisions

Overview

Cloud Setup

  1. Setup a Datomic Cloud system
  2. Configure a user with access to the system.
  3. Connect and use your new system!

API

Data Model

  1. Work through the assertion tutorial.
  2. Work through the read tutorial.
  3. Pick a small domain you know well. Draw an entity/relationship diagram like those in Datasets.
  4. Write your schema as edn data, and transact it into a database.

Transactions

  1. Work through the accumulate tutorial.
  2. Work through the read-revisisted tutorial.
  3. Work through the retract tutorial.
  4. Work through the history tutorial.

Query

  1. Import the mbrainz dataset.
  2. Try the example queries.

Pull

  1. If you have not done so already, import the mbrainz dataset.
  2. Try the example pulls.

Applications

Ions

Work through the ions tutorial.

Clone this wiki locally