awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesMulti-Platform Server Orchestrators

Management layers that orchestrate configuration and software installation across diverse operating systems and hardware architectures.

Distinct from Multi-Cloud Orchestrators: Distinct from Multi-Cloud Orchestrators as it focuses on the internal state and configuration of the servers themselves, regardless of whether they are in a cloud or on-premises.

Explore 6 awesome GitHub repositories matching devops & infrastructure · Multi-Platform Server Orchestrators. Refine with filters or upvote what's useful.

Awesome Multi-Platform Server Orchestrators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • blitz-js/blitzAvatar von blitz-js

    blitz-js/blitz

    14,129Auf GitHub ansehen↗

    Blitz ist eine Fullstack-Entwicklungs-Framework-Erweiterung für Next.js und eine Befehlszeilenschnittstelle, die zum Bootstrapping von Projektstrukturen und zur Orchestrierung lokaler Entwicklungsserver verwendet wird. Es integriert Frontend- und Backend-Logik in einen einzigen Workflow, um die Erstellung vollständiger Webanwendungen zu erleichtern. Das Framework verwendet eine Zero-API-Backend-Integration und eine direkte Datenbankzugriffsschicht, die es Frontend-Komponenten ermöglicht, eine Verbindung zu serverlosen Funktionen und Datenbanken herzustellen, ohne manuelle API-Definitionen. Es verfügt über einen schema-gesteuerten Typ-Generator, der automatisch TypeScript-Definitionen erstellt, indem er Backend-Datenbankschemata analysiert, um Datenmodelle zwischen Client und Server zu synchronisieren. Das Projekt bietet Tools für schnelles Anwendungs-Prototyping und einen TypeScript-Fullstack-Workflow. Seine Fähigkeiten decken die Orchestrierung von Multi-Prozess-Servern und die Generierung strukturierter Projektvorlagen ab, um Frontend- und Backend-Entwicklungsmuster zu integrieren.

    Provides a single CLI command to manage multiple server processes during local development.

    TypeScript
    Auf GitHub ansehen↗14,129
  • chef/chefAvatar von chef

    chef/chef

    8,199Auf GitHub ansehen↗

    Chef is a configuration management platform and infrastructure as code framework used to automate the deployment and maintenance of infrastructure state across a fleet of servers. It operates as an idempotent automation engine, ensuring systems converge to a desired state by applying only the necessary changes to resolve differences. The system functions as a multi-platform server orchestrator capable of managing infrastructure across different operating systems, cloud providers, and hardware architectures. It includes a dedicated infrastructure testing framework to verify configuration code

    Acts as a multi-platform orchestrator that handles system configuration and software installation across diverse OS and hardware architectures.

    Rubyautomationcfgmgtchef
    Auf GitHub ansehen↗8,199
  • webmin/webminAvatar von webmin

    webmin/webmin

    5,595Auf GitHub ansehen↗

    Webmin is a web-based administration interface for Unix systems. It provides a centralized console for managing the full range of server administration tasks — users and groups, software packages, storage, network configuration, system services, and security — all through a browser. Its modular architecture allows separate modules to handle databases (MySQL, MariaDB, PostgreSQL), web servers (Apache), DNS (BIND), email (Sendmail, Dovecot), file sharing (Samba, NFS), and more, with a unified access control system that restricts what each administrator can see and do. What sets Webmin apart is

    Orchestrates configuration and software management across multiple Unix servers from a central interface.

    HTML
    Auf GitHub ansehen↗5,595
  • vonng/pigstyAvatar von Vonng

    Vonng/pigsty

    5,172Auf GitHub ansehen↗

    Pigsty is a comprehensive database infrastructure orchestration platform designed to automate the full lifecycle of high-availability PostgreSQL clusters. It functions as an infrastructure-as-code framework that manages cluster coordination, node provisioning, and service discovery through idempotent playbooks. By integrating distributed consensus mechanisms, the platform ensures automated failover and consistent state enforcement across diverse environments, including bare metal and virtualized infrastructure. The platform distinguishes itself through a robust suite of operational capabiliti

    Orchestrates the deployment and monitoring of primary databases and complementary storage or caching layers using idempotent playbooks.

    Shell
    Auf GitHub ansehen↗5,172
  • vitabaks/autobaseAvatar von vitabaks

    vitabaks/autobase

    4,266Auf GitHub ansehen↗

    Autobase is a self-hosted PostgreSQL database management platform and orchestrator designed to provide database-as-a-service capabilities. It automates the full lifecycle of PostgreSQL clusters, from initial provisioning and deployment to ongoing administration and decommissioning. The system distinguishes itself by treating database infrastructure as code, allowing clusters to be deployed and updated through version control and continuous integration pipelines. It provides both a centralized web console for visual management and programmatic interfaces for automating infrastructure orchestra

    Orchestrates the full lifecycle of PostgreSQL clusters from deployment to decommissioning.

    TypeScript
    Auf GitHub ansehen↗4,266
  • jupyterlab/jupyterlab-desktopAvatar von jupyterlab

    jupyterlab/jupyterlab-desktop

    4,238Auf GitHub ansehen↗

    JupyterLab Desktop is a standalone desktop application for interactive computing and coding. It serves as a native wrapper that bundles the JupyterLab web interface and a Python kernel into a single installation. The application provides a dedicated workspace for creating documents that contain live code, equations, visualizations, and narrative text. It utilizes an Electron shell to provide a consistent, isolated user interface for a desktop data science workflow. The system manages the local installation of JupyterLab and handles the orchestration of backend computing kernels. It includes

    Manages the lifecycle of backend computing kernels by launching and monitoring local server processes.

    TypeScriptjupyterjupyter-notebookjupyterlab
    Auf GitHub ansehen↗4,238
  1. Home
  2. DevOps & Infrastructure
  3. Multi-Platform Server Orchestrators

Unter-Tags erkunden

  • Database Infrastructure OrchestratorsSystems that orchestrate the deployment and monitoring of primary databases and complementary storage or caching layers. **Distinct from Multi-Platform Server Orchestrators:** Focuses specifically on coordinating a suite of database-related infrastructure (PostgreSQL, Redis, S3) rather than general server orchestration.
  • Local Process OrchestrationManaging multiple local development processes through a single entry point. **Distinct from Multi-Platform Server Orchestrators:** Distinct from Multi-Platform Server Orchestrators: focuses on local development process management rather than remote infrastructure installation.