Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renanmedina/dcp-broadcaster
Application to monitor coding daily problems received by email and broadcast to users using messaging apps
https://github.com/renanmedina/dcp-broadcaster
Last synced: 28 days ago
JSON representation
Application to monitor coding daily problems received by email and broadcast to users using messaging apps
- Host: GitHub
- URL: https://github.com/renanmedina/dcp-broadcaster
- Owner: renanmedina
- Created: 2024-09-09T15:47:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T21:07:35.000Z (about 1 month ago)
- Last Synced: 2024-11-29T21:27:38.510Z (about 1 month ago)
- Language: Go
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dcp-broadcaster
Application to monitor coding daily problems received by email and broadcast to users using messaging apps#### Basic Application Understanding
![Application Diagram](docs/basic_application_understanding.png)
#### Dependencies
- go 1.23 (Use gvm to make it easir changing versions on the fly)
- air (development only)
- Postgres 16
- Metabase (For reports)
- Migrate CLI Tool latest (github.com/golang-migrate/migrate)### PRODUCTION ENVIRONMENT
- whatsapp-api-sevice (Fly.io)
- Postgres (Supabase)
- DCP-Worker (Local Docker Container)