Graph Query Language for Scala
Under development.
- Docker
- Docker Compose
git config core.hooksPath .git-hooks- Clone the project
- Start dependencies
make start_dependenciesnote: You can check healthy with make ps
- Run test
make testor yo can start sbt and test inside
make sbt- After all, stop dependencies
make stop_dependencies