qnetics / discord_alerting_system

Alerting System connected to Discord (via webhook) by implementing Event-Driven Architecture (EDA).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Alerting System

Alerting system connected to Discord (via webhook) by implementing Event-Driven Architecture (EDA).

Architecture

How to install

  gsutil mb -p <PROJECT> -l <REGION> gs://alerting-service-bucket

  terraform init

  terraform apply -auto-approve \
    -var="discord_id=<DISCORD_ID>" \
    -var="discord_token=<DISCORD_TOKEN>"

Implementation Example


About

Alerting System connected to Discord (via webhook) by implementing Event-Driven Architecture (EDA).


Languages

Language:HCL 50.1%Language:Java 28.9%Language:Go 19.8%Language:Makefile 1.2%