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