Slide 16
Slide 16 text
Storage
Peer
Up to 30 procs
Abstracted, can use any of:
Internal: In memory, on disk with transactor
External: SQL, Riak, DynamoDB, and more
Reads from storage
Inside your JVM app’s process
Transparently cache from storage
in local memory to satisfy reads
Datomic’s architecture
Consistent writes to storage
Indexing
Reads only while transacting
Transactor
Only 1 process