An extensible Scala framework for creating monitoring dashboards.
Add the following to your project's dependencies:
-
sbt
"com.criteo" %% "slab" % "latest.release"
-
Maven
<dependency> <groupId>com.criteo</groupId> <artifactId>slab_${SCALA_SHORT_VERSION}</artifactId> <version>LATEST</version> </dependency>
Slab is available for Scala 2.11
and 2.12
The easiest way to get started is to follow the guides:
The documentation is also available:
Ensure you have sbt and npm installed and then:
$> npm install
$> npm start
Please read the contribution guide
Licensed under the Apache License 2.0
Copyright © Criteo, 2017.