Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 678 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 678 Bytes

Service Monitor

An application in Go for monitoring various services that you registered them like Prometheus; But without any Query language, everything configure with GUI settings on web browser.


Software Properties

I mentioned some tools & patterns that I used in this project.

  • Clean Architecture
  • Using Soda CLI for Migration
  • YAML base configuration for pusher service and database
  • Using Jet package for building HTML pages that we need
  • Use Twilio for sending SMS

Software Sections

I mention various section of project then I will explain them in separate sections.

  • Web
  • Data Channel
  • Handlers
  • Repository
  • Views
  • Helpers
  • ipe