Overview
Proxima is a simple L7 proxy, redirect engine, and static site server, commonly used as an API gateway, acting as a single entry point for your microservices. Proxima supports connecting to backend endpoints over http/https, and can source dynamic endpoints through http calls, or through Hashicorp Vault.
Docker
You can pull down Proxima images at docker.
Compile
You can compile Proxima by running cargo build --release
after pulling down the repo.
Alternatively, you may run cargo install --git https://github.com/findelabs/proxima.git
.