Labs - cognitect-labs/day-of-datomic-cloud GitHub Wiki
Overview
Cloud Setup
- Setup a Datomic Cloud system
- Configure a user with access to the system.
- Connect and use your new system!
API
Data Model
- Work through the assertion tutorial.
- Work through the read tutorial.
- Pick a small domain you know well. Draw an entity/relationship diagram like those in Datasets.
- Write your schema as edn data, and transact it into a database.
Transactions
- Work through the accumulate tutorial.
- Work through the read-revisisted tutorial.
- Work through the retract tutorial.
- Work through the history tutorial.
Query
- Import the mbrainz dataset.
- Try the example queries.
Pull
- If you have not done so already, import the mbrainz dataset.
- Try the example pulls.
Applications
Ions
Work through the ions tutorial.