Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Datomic

< >

Datomic is a query language created in 2012.

#2313on PLDB 12Years Old
Homepage

Datomic's query and rules system is an extended form of Datalog. Datalog is a deductive query system, typically consisting of: A database of facts; A set of rules for deriving new facts from existing facts; a query processor that, given some partial specification of a fact or rule: finds all matching facts.


Example from the web:
[:find ?e :where [?e :age 42]]
View source
- Build the next great programming language About Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll