Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hlship/datomic-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATOMIC TUTORIAL

Setup and Operation

One time download and setup (takes a few minutes):

bin/setup

Start the transactor:

bin/start-transactor

In a separate window, restore the database (this takes only a few seconds):

bin/restore-db

Datomic is operated in local dev mode; the H2 database files are in the directory datomic/data/db.

Finally, start a REPL; this will start Clerk and open a new browser tab.

In the browser tab, open one of the files under notebook such as src/datomic_tutorial/notebook/basic_queries.clj.

About

Clerk notebooks with my own Datomic tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published