awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zulip/zulipAvatar von zulip

    zulip/zulip

    24,696Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗24,696
  • piku/pikuAvatar von piku

    piku/piku

    6,590Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,590
  • darthsim/overmindAvatar von DarthSim

    DarthSim/overmind

    3,687Auf GitHub ansehen↗

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

Unter-Tags erkunden

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