Metadata-Version: 2.4
Name: orchestry
Version: 1.0.1
Summary: Orchestry - Automatic orchestration, scaling and load balancing for containerized applications
Author-email: Hemanth S Banur <arjunbanur27@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://arjuuuuunnnnn.github.io/Orchestry/
Project-URL: Repository, https://github.com/arjuuuuunnnnn/Orchestry
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer==0.17.4
Requires-Dist: requests==2.32.5
Requires-Dist: python-dotenv==1.1.1
Requires-Dist: pyyaml==6.0.2
Requires-Dist: platformdirs==4.4.0
Dynamic: license-file

# <img src="docs/images/l0g0.png" alt="Orchestry logo" height="28" style="height:1em; vertical-align:-0.2em; margin-right:0.25em;"> Orchestry

Lightweight container orchestration and auto-scaling platform for web applications.

### What is Orchestry?

Orchestry is a container orchestration platform that provides:

**Intelligent Auto-Scaling**: Automatically scales your applications based on CPU, memory, RPS, latency, and connection metrics

**Load Balancing**: Dynamic Nginx configuration with health-aware routing

**Health Monitoring**: Continuous health checks with automatic recovery

**Simple Deployment**: YAML-based application specifications

**RESTful API**: Complete programmatic control

**High Availability**: Distributed controller with leader election eliminates single points of failure

**Database HA**: PostgreSQL-based state management with primary-replica replication

## Key Features

**Container Orchestration**: Docker-based application lifecycle management

**Multi-Metric Auto-Scaling**: CPU, memory, RPS, latency, and connection-based scaling

**Dynamic Load Balancing**: Nginx with health-aware routing and SSL termination

**Health Monitoring**: Continuous health checks with automatic recovery

**Distributed Architecture**: 3-node controller cluster with leader election

**High Availability**: Automatic failover and split-brain prevention

**CLI and REST API**: Complete programmatic and command-line interfaces

**Persistent State**: PostgreSQL with primary-replica setup

**Event Logging**: Complete audit trail and cluster event tracking

**Resource Management**: CPU/memory constraints and intelligent scaling policies

## Documentation

- Orchestry Docs: https://arjuuuuunnnnn.github.io/Orchestry/

Quick links on the site:

- Quick Start: https://arjuuuuunnnnn.github.io/Orchestry/user-guide/quick-start/
- CLI Reference: https://arjuuuuunnnnn.github.io/Orchestry/user-guide/cli-reference/
- API Reference: https://arjuuuuunnnnn.github.io/Orchestry/user-guide/api-reference/
- Architecture Overview: https://arjuuuuunnnnn.github.io/Orchestry/developer-guide/architecture/

---

## License

This project is licensed under the [GNU GPLv3](LICENSE).


Orchestry — built for simplicity, designed for scale.
