Java Datalog Engine with Semi-Naive Evaluation and Stratified Negation
-
Updated
Sep 6, 2018 - Java
Java Datalog Engine with Semi-Naive Evaluation and Stratified Negation
Naive, bottom-up Datalog semantics, in about 200 lines
A naïve, bottom-up Datalog interpreter based on explicit substitutions, rather than relational joins. Just an experiment, not an efficient engine!
Okami is a next generation solver for Datalog. It is based on specializating a Datalog's resolution technique to compile a program into a relational algebra abstract machine that is extremely efficient computing solutions for the database
Datalog on arbitrary Clojure datastructure
Add a description, image, and links to the datalog-engine topic page so that developers can more easily learn about it.
To associate your repository with the datalog-engine topic, visit your repo's landing page and select "manage topics."