Skip to content

idea-launch-lab/skylr

Repository files navigation

Skylr

A network component for recording and visualizing unstructured events.

Installation

To install Skylr

  • git clone git@github.com:stevencox/skylr.git
  • export SKYLR_HOME=/path/to/skylr
  • export SKYLR_APP=/path/to/skylr_stack # path where apps will be installed.
  • cd skylr
  • source env.sh
  • skylr install all

This last line will download and install dependencies. Everything is installed relative to $SKYLR_APP.

Running

Skylr requires its storage engines to be running before the server starts.

To run Skylr, run each of these in a separate shell (if in interactive mode):

  • skylr db start runs mongo.
  • skylr zk start runs a zookeeper node.
  • skylr kafka start runs an Apache Kafka server.
  • skylr druid r start runs a Metamarkets Druid Runtime server.
  • skylr app start runs node which connects to the above servers.

Tests

To run Skylr tests

  • skylr app tests

Continuous Integration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published