criteo / slab   0.4.14

Apache License 2.0 GitHub

An extensible Scala framework for creating monitoring dashboards.

Scala versions: 2.12 2.11

Slab

Build Status Latest version License

An extensible Scala framework for creating monitoring dashboards.

screencast

Installation

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

Getting started

The easiest way to get started is to follow the guides:

The documentation is also available:

Running the example project

Ensure you have sbt and npm installed and then:

$> npm install
$> npm start

Contribution

Please read the contribution guide

License

Licensed under the Apache License 2.0

Copyright

Copyright © Criteo, 2017.