January 2018
Intermediate to advanced
336 pages
7h 56m
English
Datomic provides two development models (http://docs.datomic.com/clients-and-peers.html)—Peer and Client. Both the models require a Transactor (http://docs.datomic.com/transactor.html) to be running to handle the transactions and store the data consistently. In the Client model, a Peer Server (http://docs.datomic.com/peer-server.html) is required in addition to the Transactor to coordinate the storage and query requests from the clients.
Both the development models and the participating components are shown in the following diagram:

Clients are lightweight in the case of a client model as all the interaction with the Transactor ...
Read now
Unlock full access