Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 584 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 584 Bytes

Anomaly Detection - Golang

This project is an example of an anomaly detection system based on data collected in CSV.

The anomaly detection route returns all values ​​read from the CSV with the Level of the log:

  • Info
  • Warn
  • Alert

Instalation and Testing

Go Version on the project was made:

V1.16

Runing project:

go mod vendor
go run main.go

Local Routes

http://localhost:8080/
http://localhost:8080/anomaly-detection

Example One Response Api

{
  timestamp: "2014-02-09 10:30:00",
  value: "30.72721278",
  level: "Alert"
}