Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parseablehq/penguin
Penguin is a fast and simple round robin load balancer for Parseable ingestors
https://github.com/parseablehq/penguin
Last synced: 2 months ago
JSON representation
Penguin is a fast and simple round robin load balancer for Parseable ingestors
- Host: GitHub
- URL: https://github.com/parseablehq/penguin
- Owner: parseablehq
- License: agpl-3.0
- Created: 2024-04-23T07:23:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T08:17:49.000Z (8 months ago)
- Last Synced: 2024-06-07T09:13:11.531Z (8 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Penguin
A simple load balancer for HTTP traffic.
Made using Cloudflare Pingora.Maps any request from "0.0.0.0:6188" to
- `127.0.0.1:8080`
- `127.0.0.1:8888`
- `127.0.0.1:8800`
- `127.0.0.1:8088`
with the round robin algorithmThese endpoints can be configured by using the env vars0
`P_ADDR_ONE`, `P_ADDR_TWO`, `P_ADDR_THREE` and `P_ADDR_FOUR` to the required endpoints.
if no values are provided the defaults are chosen.> Not all env vars need to be populated, **_Penguin_** has a health check function
> built in. So it will by pass any non active endpoints