项目作者: gildesmarais

项目描述 :
📯Push Matomo stats to influxDB. Can optionally run in Docker.
高级语言: Ruby
项目地址: git://github.com/gildesmarais/matomo-to-influx.git
创建时间: 2019-04-04T16:29:13Z
项目社区:https://github.com/gildesmarais/matomo-to-influx

开源协议:

下载


matomo-to-influx

A quickly written ruby script, pushing matomo stats to influxDB, running in Docker.

Build and run with Docker

  1. Clone this repo and cd into it.
  2. Create a file called env with the required variables (see env.example).
  3. docker build -t matomo-to-influx -f ./Dockerfile .
  4. docker run -d --env-file=./env matomo-to-influx

Usage without Docker

  1. bundle install
  2. # export the variables in your shell session
  3. ruby app.rb