cl-grph
In-Memory Immutable Graph Structure with Datalog Query Language in Common Lisp
File Explorer
Download Latest Version (.zip)- grph-io.md
- grph.md
- xgrph.md
- datalog-queries.lisp
- export.lisp
- perf.lisp
- sample.grph
- simple.lisp
- spatial.lisp
- hyper.png
- lines.png
- config.lisp
- docs.lisp
- edge-set.lisp
- grph-queries.lisp
- grph-walk.lisp
- grph.lisp
- init.lisp
- macros.lisp
- packages.lisp
- qry-match.lisp
- qry-rules.lisp
- qry-runtime-2.lisp
- qry-runtime-par.lisp
- qry-runtime.lisp
- qry-utils.lisp
- qry.lisp
- utils.lisp
- xgrph-cycle.lisp
- xgrph-io.lisp
- xgrph-isect.lisp
- xgrph-triangulate.lisp
- xgrph.lisp
- grph-2.lisp
- grph-walk-cpnd.lisp
- grph-walk.lisp
- grph.lisp
- qry-2.lisp
- qry-3.lisp
- qry-runtime.lisp
- qry.lisp
- run.lisp
- utils.lisp
- xgrph.lisp
- .dockerignore
- .editorconfig
- .gitignore
- compile.sh
- Dockerfile
- grph.asd
- LICENSE
- README.md
- run-tests.sh
# Installation Guide
1. Get the code
git clone https://github.com/inconvergent/cl-grph
Downloads the entire project code from GitHub to your computer.
cd cl-grph
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t cl-grph .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 cl-grph
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
