Skip to content

Multifarious/skid-road

Repository files navigation

skid-road


Purpose

Skid Road is a generic distributed collection system for streaming, line-oriented output.

Skid Road is named after the historical Skid Road in Seattle that was used to convey logs.

Integration with a Dropwizard Service

TODO.

Configuration

TODO.

Access with Maven

Coordinates

Include the following in your pom.xml:

<dependency>
  <groupId>io.ifar</groupId>
  <artifactId>skid-road</artifactId>
  <version>4</version>
</dependency>

Snapshots

Snapshots are available from the Sonatype OSS Snapshot Repository.

Releases

Releases are available on Maven Central.

License

The license is BSD 2-clause. This information is also present in the LICENSE file and in the pom.xml.