📯Push Matomo stats to influxDB. Can optionally run in Docker.
A quickly written ruby script, pushing matomo stats to influxDB, running in Docker.
cd
into it.env
with the required variables (see env.example
).docker build -t matomo-to-influx -f ./Dockerfile .
docker run -d --env-file=./env matomo-to-influx
bundle install
# export the variables in your shell session
ruby app.rb