Install
Requirements
REST API
Releases
We publish releases in the form of docker images:
- logx.cloud container registry: gitlab-registry.logx.cloud/team/bbn/logx-reader
Build
The project can be built using either docker or sbt; however, the recommended method is to use docker.
Docker
We construct our docker images using the sbt native-packager plugin:
sbt dockerize
For information on additional tasks (generating Dockerfiles, publishing images, etc.), see this section of the native-packager
documentation.
sbt
(Scala)
The REST API server can be launched directly using SBT:
sbt web