Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonase/learndatalogtoday
Interactive Datalog Tutorial
https://github.com/jonase/learndatalogtoday
Last synced: 9 days ago
JSON representation
Interactive Datalog Tutorial
- Host: GitHub
- URL: https://github.com/jonase/learndatalogtoday
- Owner: jonase
- License: epl-1.0
- Created: 2013-06-24T14:36:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T08:48:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T08:16:00.544Z (24 days ago)
- Language: Clojure
- Size: 413 KB
- Stars: 349
- Watchers: 19
- Forks: 53
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.html
Awesome Lists containing this project
- awesome-starred - jonase/learndatalogtoday - Interactive Datalog Tutorial (others)
README
# [learndatalogtoday](https://www.learndatalogtoday.org)
An interactive [Datalog tutorial](https://www.learndatalogtoday.org).
## Prerequisites
You will need [Leiningen](https://github.com/technomancy/leiningen) and java installed.
## Run locally
$ lein uberjar
$ java -cp target/learndatalogtoday-standalone.jar clojure.main -m learndatalogtoday.handlerServer is now running on `$PORT` (`http://localhost:8080` by default).
## License
Copyright © 2013-2023 Jonas Enlund
Distributed under the Eclipse Public License, the same as Clojure.