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
·
Back to github/orchestrator

Open-source alternatives to Orchestrator

30 open-source projects similar to github/orchestrator, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Orchestrator alternative.

  • openark/orchestratorAvatar von openark

    openark/orchestrator

    5,774Auf GitHub ansehen↗

    MySQL replication topology management and HA

    Go
    Auf GitHub ansehen↗5,774
  • hexdigest/prepAvatar von hexdigest

    hexdigest/prep

    36Auf GitHub ansehen↗

    Prep finds all SQL statements in a Go package and instruments db connection with prepared statements

    Go
    Auf GitHub ansehen↗36
  • 2tvenom/myreplication2

    2tvenom/myreplication

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • knocknote/octilleryAvatar von knocknote

    knocknote/octillery

    201Auf GitHub ansehen↗

    Go package for sharding databases ( Supports every ORM or raw SQL )

    Go
    Auf GitHub ansehen↗201
  • nuveo/prestN

    nuveo/prest

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • siddontang/go-mysql-elasticsearchS

    siddontang/go-mysql-elasticsearch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • sosedoff/pgwebAvatar von sosedoff

    sosedoff/pgweb

    9,399Auf GitHub ansehen↗

    pgweb is a web-based database client and graphical administration tool for PostgreSQL. It provides a browser-based interface for executing SQL queries, inspecting schemas, and managing database objects. The tool includes a read-only mode that prevents destructive operations by blocking specific SQL keywords. It supports secure remote access to private instances through native SSH tunneling and encrypted database connections. The application covers a broad range of management capabilities, including multi-environment session management, database structure inspection, and the export of query r

    Gocross-platformgolangpgweb
    Auf GitHub ansehen↗9,399

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • flike/kingshardAvatar von flike

    flike/kingshard

    6,414Auf GitHub ansehen↗

    Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple database nodes. It functions as a load balancer, read-write splitter, and SQL query firewall to manage how data is accessed and distributed across a database infrastructure. The system implements data sharding using hash, range, or date strategies to split tables across multiple nodes. It enables read-write splitting by directing data modification requests to a master node while distributing read-only queries across a pool of slave replicas. The proxy provides traffic management t

    Gokingshardmysqlmysql-proxy
    Auf GitHub ansehen↗6,414
  • siddontang/go-mysqlAvatar von siddontang

    siddontang/go-mysql

    4,953Auf GitHub ansehen↗

    go-mysql is a toolkit for the Go programming language designed for implementing MySQL protocol handlers, binary log replication systems, mock servers, and schema parsing utilities. It provides the necessary libraries to interact with MySQL servers through native network protocols and binary log streams. The project enables the creation of custom database proxies or mock servers by parsing and decoding low-level network packets. It also includes a replication tool for streaming and processing binary logs to synchronize data across different storage systems, alongside a schema parser for extrac

    Go
    Auf GitHub ansehen↗4,953
  • nikepan/clickhouse-bulkAvatar von nikepan

    nikepan/clickhouse-bulk

    508Auf GitHub ansehen↗

    Collects many small inserts to ClickHouse and send in big inserts

    Goclickhouseclickhouse-bulkclickhouse-server
    Auf GitHub ansehen↗508
  • louischatriot/nedbAvatar von louischatriot

    louischatriot/nedb

    13,540Auf GitHub ansehen↗

    NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts. The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server. Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate

    JavaScript
    Auf GitHub ansehen↗13,540
  • sj14/dbbenchAvatar von sj14

    sj14/dbbench

    117Auf GitHub ansehen↗

    🏋️ dbbench is a simple database benchmarking tool which supports several databases and own scripts

    Gobenchmarkcassandracockroachdb
    Auf GitHub ansehen↗117
  • youtube/vitessAvatar von youtube

    youtube/vitess

    21,032Auf GitHub ansehen↗

    Vitess is a distributed MySQL orchestrator and clustering system designed for horizontal database scaling. It functions as sharding middleware that distributes data and load across multiple MySQL instances to handle growth beyond the capacity of a single machine. The system provides a proxy layer that abstracts data distribution, allowing applications to query a cluster as a single logical database without knowing the physical location of the data. This is achieved through a routing mechanism that intercepts queries and directs them to the appropriate shards based on keyspace mappings. The p

    Go
    Auf GitHub ansehen↗21,032
  • vertamedia/chproxyAvatar von Vertamedia

    Vertamedia/chproxy

    1,463Auf GitHub ansehen↗

    Open-Source ClickHouse http proxy and load balancer

    Go
    Auf GitHub ansehen↗1,463
  • codingconcepts/datagenC

    codingconcepts/datagen

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • andizzle/rwdbAvatar von andizzle

    andizzle/rwdb

    21Auf GitHub ansehen↗

    Database wrapper that manage read write connections

    Go
    Auf GitHub ansehen↗21
  • bytebase/bytebaseAvatar von bytebase

    bytebase/bytebase

    14,151Auf GitHub ansehen↗

    Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations, deployments, and security audits across multiple database engines. It serves as a SQL GitOps tool that synchronizes database states with configurations stored in Git repositories to manage infrastructure as code. The platform distinguishes itself through a multi-database management console that provides a single interface for relational and NoSQL databases. It includes a security layer for role-based access control, database activity auditing, and column-level data masking to protect se

    Gocicddata-maskingdata-security
    Auf GitHub ansehen↗14,151
  • apache/shardingsphereAvatar von apache

    apache/shardingsphere

    20,737Auf GitHub ansehen↗

    ShardingSphere is a distributed SQL database middleware that provides sharding, read-write splitting, and distributed transaction management for relational databases. It functions as a layer that intercepts SQL queries to distribute data across multiple physical database instances for horizontal scaling. The project is distinguished by its ability to operate as either a standalone transparent database proxy or via direct integration as a JDBC driver. It features a SQL dialect translator that parses queries into abstract syntax trees to convert syntax between different database engines, enabli

    Java
    Auf GitHub ansehen↗20,737
  • patroni/patroniAvatar von patroni

    patroni/patroni

    8,182Auf GitHub ansehen↗

    Patroni is a high availability manager and cluster orchestrator for PostgreSQL. It functions as an automatic failover controller and replication manager that ensures continuous database availability by automating leader election and promoting standby nodes during failures. The system maintains a consistent cluster state by acting as a distributed consensus coordinator. It synchronizes configuration and manages leader elections through integration with distributed configuration stores such as etcd, ZooKeeper, or Consul. Its broader capabilities include managing both synchronous and asynchrono

    Pythonconsuletcdfailover
    Auf GitHub ansehen↗8,182
  • acassen/keepalivedAvatar von acassen

    acassen/keepalived

    4,587Auf GitHub ansehen↗

    Keepalived is a high availability manager and virtual IP failover tool that ensures continuous service availability. It coordinates the migration of floating IP addresses between master and backup nodes using the Virtual Router Redundancy Protocol to manage router redundancy and seamless failover. The project distinguishes itself by integrating with the Linux kernel IPVS module to function as a transport-layer load balancer. It distributes network traffic across backend servers using various scheduling algorithms and forwarding methods such as NAT, direct routing, or tunneling. The system in

    Cbfdcdaemon
    Auf GitHub ansehen↗4,587
  • cloudnative-pg/cloudnative-pgAvatar von cloudnative-pg

    cloudnative-pg/cloudnative-pg

    8,051Auf GitHub ansehen↗

    CloudNativePG is a Kubernetes operator designed for the administration, lifecycle management, and high availability of PostgreSQL database clusters. It functions as a declarative orchestrator that manages database instances through custom resources and manifests. The project distinguishes itself by automating complex operational tasks, including primary election and failover management via streaming physical replication. It provides specialized tools for database version migrations, supporting both offline in-place upgrades and online migrations through logical replication. The operator cove

    Goautomated-failoverbusiness-continuitydatabase
    Auf GitHub ansehen↗8,051
  • redis/ioredisAvatar von redis

    redis/ioredis

    15,295Auf GitHub ansehen↗

    ioredis is a performance-focused Redis client for Node.js applications. It provides a comprehensive interface for interacting with Redis servers, including specialized clients for sharded clusters and Sentinel-based high availability environments. The project distinguishes itself through advanced networking and execution capabilities, such as automatic event-loop pipelining to reduce overhead and a system for routing read-write traffic between primary and replica nodes. It also features a dedicated Lua scripting interface that allows server-side scripts to be registered as custom client comma

    TypeScriptnodejsredisredis-client
    Auf GitHub ansehen↗15,295
  • apache/rocketmqAvatar von apache

    apache/rocketmq

    22,461Auf GitHub ansehen↗

    RocketMQ is a cloud-native distributed messaging platform and streaming engine. It functions as a distributed transactional queue that ensures atomicity between local transactions and message delivery, and serves as an MQTT IoT message broker to bridge lightweight device traffic into high-performance data streams. The system is distinguished by a Kubernetes-native architecture that decouples compute from storage to allow independent scaling of traffic and data retention. It utilizes a tiered storage model to offload older data to remote storage and employs quorum-based replication and automat

    Java
    Auf GitHub ansehen↗22,461
  • doocs/advanced-javaAvatar von doocs

    doocs/advanced-java

    78,987Auf GitHub ansehen↗

    This project is a comprehensive Java backend engineering guide and technical reference focused on high-concurrency design, distributed systems, and microservices architecture. It provides detailed strategies for decomposing monolithic applications, managing service discovery, and implementing the architectural patterns required for scalable backend environments. The repository distinguishes itself through an extensive collection of big data algorithmic references and database scaling strategies. It covers memory-efficient techniques for analyzing massive datasets, such as Top-K element extrac

    Javaadvanced-javadistributed-search-enginedistributed-systems
    Auf GitHub ansehen↗78,987
  • amacneil/dbmateAvatar von amacneil

    amacneil/dbmate

    6,954Auf GitHub ansehen↗

    Dbmate is a framework-agnostic SQL database migration tool used for tracking, applying, and rolling back schema changes to ensure consistent environments. It functions as a database schema versioning tool that manages updates independently of any specific application framework by relying on raw SQL and connection URLs. The project distinguishes itself by offering a container-based approach to database administration, allowing schema updates to be executed via Docker to avoid local binary installations. It also supports embedding migration scripts directly into the compiled binary to eliminate

    Goclickhousecppdatabase
    Auf GitHub ansehen↗6,954
  • balajz/pgxcliAvatar von balajz

    balajz/pgxcli

    60Auf GitHub ansehen↗

    Postgres CLI with autocompletion and syntax highlighting

    Goclidatabasegolang
    Auf GitHub ansehen↗60
  • balaji01-4d/pgxcliAvatar von Balaji01-4D

    Balaji01-4D/pgxcli

    60Auf GitHub ansehen↗

    Postgres CLI with autocompletion and syntax highlighting

    Go
    Auf GitHub ansehen↗60
  • alicebob/sqlittleA

    alicebob/sqlittle

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bartventer/gorm-multitenancyAvatar von bartventer

    bartventer/gorm-multitenancy

    82Auf GitHub ansehen↗

    🚀📦 Multi-tenancy support for GORM managed databases

    Goechogingo
    Auf GitHub ansehen↗82
  • adhorn/chaos-ssm-documentsAvatar von adhorn

    adhorn/chaos-ssm-documents

    272Auf GitHub ansehen↗

    Collection of AWS SSM Documents to perform Chaos Engineering experiments

    Python
    Auf GitHub ansehen↗272