Skip to content
/ slab Public
forked from criteo/slab

A Scala framework for creating monitoring dashboards.

License

Notifications You must be signed in to change notification settings

bfiorini/slab

 
 

Repository files navigation

Slab

Build Status Maven Central License

An extensible Scala framework for creating monitoring dashboards.

screencast

Installation

Add the following to your project's dependencies:

  • sbt

    "com.criteo" %% "slab" % "0.2.0"

  • Maven

    <dependency>
        <groupId>com.criteo</groupId>
        <artifactId>slab_${SCALA_SHORT_VERSION}</artifactId>
        <version>0.2.0</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:

Contribution

Please read the contribution guide

License

Licensed under the Apache License 2.0

Copyright

Copyright © Criteo, 2017.

About

A Scala framework for creating monitoring dashboards.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 50.6%
  • JavaScript 37.3%
  • CSS 11.6%
  • HTML 0.5%