https://github.com/behnambm/real-time-dashboard
A real-time dashboard written in Go
https://github.com/behnambm/real-time-dashboard
consul docker-compose go redis sse
Last synced: 2 months ago
JSON representation
A real-time dashboard written in Go
- Host: GitHub
- URL: https://github.com/behnambm/real-time-dashboard
- Owner: behnambm
- Created: 2023-06-28T11:22:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T13:40:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T13:23:59.690Z (4 months ago)
- Topics: consul, docker-compose, go, redis, sse
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-time dashboard
This project provides a real-time dashboard.
The data is generated by another service and published to the broker(Redis) and the backend service subscribes to the
channel and gets newly generated data and sends to the client using SSE.
Tools used in this project:
- `Go` - Data generator & Backend service
- `Redis` - Pub/Sub
- `Consul` - Dynamic configuration
- `SSE` - real-time communication with client
- `Docker compose`# Architecture
