https://github.com/axnjr/computeflow-aslb
Lightning fast, auto-scaling & load-balancing reverse-proxy server for scalable apps deployed over computeflow, written in C++.
https://github.com/axnjr/computeflow-aslb
autoscaler autoscaling c core cpp embedded health-check http-server httplib load-balancer logging monitoring networking notifications proxy-server reverse-proxy scaling status status-connected
Last synced: 4 months ago
JSON representation
Lightning fast, auto-scaling & load-balancing reverse-proxy server for scalable apps deployed over computeflow, written in C++.
- Host: GitHub
- URL: https://github.com/axnjr/computeflow-aslb
- Owner: Axnjr
- License: apache-2.0
- Created: 2024-07-23T01:09:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T02:01:59.000Z (11 months ago)
- Last Synced: 2025-04-11T11:26:23.634Z (6 months ago)
- Topics: autoscaler, autoscaling, c, core, cpp, embedded, health-check, http-server, httplib, load-balancer, logging, monitoring, networking, notifications, proxy-server, reverse-proxy, scaling, status, status-connected
- Language: C++
- Homepage:
- Size: 7.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# **Auto-Scaling, Load-Balancing Reverse Proxy Server**
### Highly available, lightning-fast application-level load balancer designed to distribute incoming traffic to target instances based on the Round-Robin algorithm or CPU and memory usage metrics collected from individual instances in the fleet. It features advanced configuration options and an auto-scaler that dynamically scales the fleet of instances in real time based on traffic demands.
# **Features**
- Dynamic Auto Scaling
- Advanced load-balancing
- Sticky Sessions
- Notifications
- Logging & Monitoring
- Status & Request count tracking
- Health Checks
- IP Caching
- Multithreaded
- Memory Safe
- Blazingly Fast
- Cost-Effective
- Robust
- SSL Support# **What is computeflow ?**
My small ambitious personal project. Its a cheaper alternative to Render and other AWS wrappers. 🤞
Due to [AWS Service-quota Limit](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) I can't just use there LB, so I made my very own 😎🤙# **Contributing**
Would really appreciate your PR's for improving it and help especially for docker 😅. I just don't have enough time to research and fix this shit:
```
mcr.microsoft.com/windows/servercore:ltsc2019: failed to resolve source metadata for mcr.microsoft.com/windows/servercore:ltsc2019: no match for platform in manifest: not found
```
### **You also contribute by giving this repo a star or fork 🤙🤗**
# Lisence
[Apache License 2.0](https://github.com/Axnjr/computeflow-ASLB/blob/master/LICENSE)