jbkt / slab

An extensible Scala framework for creating monitoring dashboards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An extensible Scala framework for creating monitoring dashboards.

License:Apache License 2.0


Languages

Language:Scala 50.0%Language:JavaScript 38.1%Language:CSS 11.5%Language:HTML 0.4%