awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

3 Repos

Awesome GitHub RepositoriesDatabase Cluster Operators

Running and operating database clusters inside Kubernetes using dedicated operators.

Distinct from Kubernetes Cluster Management: Distinct from Kubernetes Cluster Management: focuses on database-specific operators, not general Kubernetes cluster management.

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

Awesome Database Cluster Operators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kurrent-io/kurrentdbAvatar von kurrent-io

    kurrent-io/KurrentDB

    5,809Auf GitHub ansehen↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores events as immutable, ordered records in streams, preserving a complete audit trail and enabling temporal queries. The database uses gRPC for all client-server and inter-node communication, providing efficient binary serialization and bidirectional streaming, and supports atomic multi-stream writes that ensure consistency across multiple streams in a single transaction. The database distinguishes itself with a built-in JavaScript projection engine that transforms, filters, and aggregates

    Provides a Kubernetes operator for managing database cluster lifecycle, deployment, scaling, and recovery.

    C#cqrsdatabaseevent-sourcing
    Auf GitHub ansehen↗5,809
  • alibaba/alisqlAvatar von alibaba

    alibaba/AliSQL

    5,706Auf GitHub ansehen↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    Runs and operates database clusters inside Kubernetes using a dedicated operator.

    C++alisqldatabaseduckdb
    Auf GitHub ansehen↗5,706
  • coreos/etcd-operatorAvatar von coreos

    coreos/etcd-operator

    1,758Auf GitHub ansehen↗

    The etcd-operator is a custom resource controller designed to automate the deployment, scaling, backup, and recovery of distributed key-value storage clusters on container orchestration platforms. By extending container orchestration APIs with custom resource definitions, the system manages multi-node database instances through declarative configuration files and a continuous controller reconciliation loop that drives cluster provisioning, scaling, and maintenance. The operator provides automated cluster member recovery, detecting unresponsive nodes and executing membership replacements to pr

    Automates multi-member database cluster deployment, failover, backup, and recovery on container platforms.

    Goetcdkubernetesoperator
    Auf GitHub ansehen↗1,758
  1. Home
  2. DevOps & Infrastructure
  3. Kubernetes Cluster Management
  4. Database Cluster Operators