Skip to content

thecasualcoder/hacktoberfest-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest Monitor

A dashboard for tracking hactoberfest PR contributions.

Setup

  1. Setup grafana and influxDB
## Setup necessary passwords in .env file
$ cp .env.sample .env

## Startup docker-compose
$ docker-compose up -d
  1. Add influx as Grafana datasource. Visit http://localhost:3000 and add datasource with InfluxDB URL http://influxdb:8086