/aw-riemann

Forward ActivityWatch data to Riemann.

Primary LanguageClojureThe UnlicenseUnlicense

Overview

Forward ActivityWatch data to Riemann. Currently this always exports the entire history.

Usage

Assuming everything is running locally, no configuration is needed.

$ clojure -m aw-riemann.client

If you have a non-standard configuration:

$ clojure -J-Dapi.url=http://aw-server:5600/api/ \
    -J-Driemann.host=riemann-server \
    -m aw-riemann.client