Software Engineering Daily

Software Engineering Daily


Datomic Architecture with Marshall Thompson

March 24, 2020

Datomic is a database system based on an append-only record keeping system. Datomic users can query the complete history of the database, and Datomic has ACID transactional support. The data within Datomic is stored in an underlying database system such as Cassandra or Postgres. The database is written in Clojure, and was co-authored by the