Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 424 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 424 Bytes

http-monitoring

A simple HTTP monitoring service in Go.

API Documentation

For reading full API documentation, visit here.

HTTP Framework

This service uses echo for handling http requests.

Database

This service uses MongoDB as database. There is also an in-memory datastore implementation for testing purposes, which can be configured in config.json.