awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • zulip/zulipAvatar zulip

    zulip/zulip

    24,696Vezi pe 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
    Vezi pe GitHub↗24,696
  • piku/pikuAvatar piku

    piku/piku

    6,590Vezi pe 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
    Vezi pe GitHub↗6,590
  • darthsim/overmindAvatar DarthSim

    DarthSim/overmind

    3,687Vezi pe 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
    Vezi pe GitHub↗3,687
  1. Home
  2. DevOps & Infrastructure
  3. Process Orchestrators

Explorează sub-etichetele

  • 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.