Product
Datomic
IT InfrastructureOther Non-Relational Databases
The database for an immutable, distributed, and historical data model.
☆☆☆☆☆ 0.0 Based on 0 Reviews
Datomic
Learn More
About the Datomic
Datomic is a distributed database that stands out with its immutable and time-based architecture. Unlike traditional databases, Datomic stores data as a collection of immutable facts, known as datoms. Transactions add new datoms and never modify or delete existing ones. This unique approach provides a complete and unalterable history of all data changes, allowing developers to query the database "as of" any point in time. Datomic's architecture separates the database's transactor (write) and peer (read) components, which allows for trivial read scaling and easy integration into a variety of application architectures.