awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesProcess Orchestrators

Tools for managing and monitoring background worker lifecycles.

Distinguishing note: Focuses on process management.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Process Orchestrators. Refine with filters or upvote what's useful.

Awesome Process Orchestrators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • zulip/zulipAvatar de zulip

    zulip/zulip

    24,696Ver en GitHub↗

    Zulip is an open-source, self-hosted chat platform designed for real-time team communication. It organizes conversations into threaded streams, allowing users to maintain focus and manage complex discussions within a private, secure infrastructure. The project provides full control over data, authentication, and server management, making it a comprehensive solution for organizations requiring a dedicated messaging environment. The platform distinguishes itself through a hybrid backend architecture that combines a robust web framework for standard requests with an asynchronous event-streaming

    Uses Supervisor to manage the lifecycle of background workers and server processes.

    Pythonapachechatcollaboration
    Ver en GitHub↗24,696
  • piku/pikuAvatar de piku

    piku/piku

    6,590Ver en GitHub↗

    Piku is a git-based platform-as-a-service deployment tool for self-hosted application hosting. It enables the deployment of multiple web applications and background workers to private servers by automating builds and updates through git push. The system acts as an application process orchestrator and reverse proxy server manager, routing incoming HTTP traffic to specific application processes. It features a multi-language application runtime that detects programming languages from repository files to handle dependency installation and execution settings. Security is handled via an integrated

    Orchestrates the lifecycle of web servers and background workers using defined process types.

    Python
    Ver en GitHub↗6,590
  • darthsim/overmindAvatar de DarthSim

    DarthSim/overmind

    3,687Ver en GitHub↗

    Overmind is a process manager for starting and monitoring multiple background processes defined in a Procfile. It functions as an interactive process controller that allows users to attach terminals to running processes for direct input and control. The project differentiates itself through its integration with a terminal multiplexer to organize process outputs into separate windows and its ability to act as a remote process manager via a network-capable controller. It supports a daemonized execution mode to maintain process execution in the background while providing separate interfaces for

    Organizes multiple process outputs into separate Tmux windows for real-time monitoring and control.

    Goprocfile
    Ver en GitHub↗3,687
  1. Home
  2. DevOps & Infrastructure
  3. Process Orchestrators

Explorar subetiquetas

  • Multiplexer-Based OrchestratorsProcess orchestrators that utilize terminal multiplexers to isolate and organize process outputs. **Distinct from Process Orchestrators:** Distinct from Process Orchestrators: specifically leverages the windowing and session capabilities of a terminal multiplexer.