An open API service indexing awesome lists of open source software.

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.

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`