https://github.com/iskorotkov/bully-election-dashboard
Dashboard for bully election algorithm for distributed systems
https://github.com/iskorotkov/bully-election-dashboard
bootstrap distributed-systems docker go kubernetes
Last synced: 3 months ago
JSON representation
Dashboard for bully election algorithm for distributed systems
- Host: GitHub
- URL: https://github.com/iskorotkov/bully-election-dashboard
- Owner: iskorotkov
- License: mit
- Created: 2021-03-21T04:39:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T17:18:12.000Z (over 4 years ago)
- Last Synced: 2025-01-04T14:49:45.264Z (over 1 year ago)
- Topics: bootstrap, distributed-systems, docker, go, kubernetes
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashboard for bully election algorithm
Dashboard for bully election algorithm for distributed systems.
[](https://github.com/iskorotkov/bully-election-dashboard/actions/workflows/codeql-analysis.yml)
- [Dashboard for bully election algorithm](#dashboard-for-bully-election-algorithm)
- [Endpoints](#endpoints)
- [Build](#build)
- [Deploy](#deploy)
- [Links](#links)
## Endpoints
1. `/` - for web GUI app.
1. `/api` - for HTTP API.
## Build
```sh
make build # to build locally.
make test # to run all tests.
make build-image # to build Docker image.
```
## Deploy
```sh
make deploy # to deploy in Kubernetes cluster.
```
## Links
- [Bully election implementation](https://github.com/iskorotkov/bully-election)
- [Bully algorithm - Wikipedia](https://en.wikipedia.org/wiki/Bully_algorithm)