Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeborato authored Sep 8, 2022
1 parent bdd1353 commit 1bc0944
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

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

### Instalation and Testing
The anomaly detection route returns all values ​​read from the CSV with the Level of the log:
- Info
- Warn
- Alert

### Instalation and Testing

Runing project:
```
Expand All @@ -12,3 +16,18 @@ go mod vendor
```
go run main.go
```

Local Routes
```
http://localhost:8080/
http://localhost:8080/anomaly-detection
```

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

0 comments on commit 1bc0944

Please sign in to comment.