mirror of
https://github.com/kaepr/dedukt.git
synced 2026-03-15 14:17:19 +00:00
No description
- Clojure 100%
| dev | ||
| doc | ||
| resources | ||
| src/dedukt | ||
| test/dedukt | ||
| .gitignore | ||
| build.clj | ||
| CHANGELOG.md | ||
| deps.edn | ||
| LICENSE | ||
| README.md | ||
dedukt
A simple datalog query engine.
Based on Domain Modeling With Datalog by Norbert Wojtowicz.
I made this to run the examples in the above talk.
Blog: Making a simple Datalog engine in Clojure
It's currently very basic. It supports variables, joins and not much else. It does not support rules and recursively querying yet.
Run Locally
Make sure Clojure is installed.
clojure -M:repl # starts up a nREPL server