Project which sets up a server that listens to information from Akamai servers. It sends the data to Influxdb and shows the data in Grafana.
To see how to compile and run the application see our documentation: https://github.com/akamai-api/golang/tree/master/docs
This project uses dep for dependency management.
See the README of dep for installation instructions: https://github.com/golang/dep#setup.
Execute dep ensure [-update]
for installing/updating dependencies.