Liking cljdoc? Tell your friends :D

Datomic Transactor

In this chapter, we implement a strict-serializable key-value store by following Datomic's transactor approach: data is stored in an eventually consistent key-value store, and a single mutable reference to that data is stored in a linearizable key-value store.

  1. A single-node transactor
  2. Shared state
  3. Persistent Trees
  4. Optimization

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close