Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 770 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 770 Bytes

An idiomatic Golang client for the Akamai API

Build Status

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

Dependency Management

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.