https://github.com/t-eckert/elevate
Elevate implements Raft to manage a fleet of elevators.
https://github.com/t-eckert/elevate
Last synced: 11 months ago
JSON representation
Elevate implements Raft to manage a fleet of elevators.
- Host: GitHub
- URL: https://github.com/t-eckert/elevate
- Owner: t-eckert
- Created: 2022-12-24T21:33:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T15:11:40.000Z (over 1 year ago)
- Last Synced: 2025-07-14T17:56:54.462Z (12 months ago)
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elevate
This is a fun learning/art project that implements the Raft consensus algorithm to manage a fleet of elevators.
## Notes
Returning to this project after a long break.
I should rename the controller to control plane?
This should be less focused on Kubernetes specifically, but be a launching point for a general cloud-native workflow.
### Components
`passenger`
`elevator`
`controlplane`