Software:Datomic: Difference between revisions

From HandWiki
(change)
 
(No difference)

Latest revision as of 16:49, 9 February 2024

Datomic
Datomic Logo.png
Original author(s)Rich Hickey, Stuart Halloway, Justin Gehtland
Developer(s)Cognitect
Initial release2012; 13 years ago (2012)
Stable release
1.0.6735 / June 30, 2023; 2 years ago (2023-06-30)
Written inClojure[citation needed]
TypeDatalog, NoSQL
LicenseProprietary software
Websitedatomic.com

Datomic is a distributed database and implementation of Datalog.[1][2] It has ACID transactions, joins, and a logical query language, Datalog.[3][4] A distinguishing feature of Datomic is that time is a basic feature of data entities.[5]

Architecture

It has been designed for first-class use with JVM languages such as Java and Clojure.[6]

In its reference architecture, Datomic uses peers[7] and transactors[8] which run on the JVM.

References