awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to 2tvenom/myreplication

Open-source alternatives to Myreplication

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

  • youtube/vitessyoutube का अवतार

    youtube/vitess

    21,032GitHub पर देखें↗

    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
    GitHub पर देखें↗21,032
  • flike/kingshardflike का अवतार

    flike/kingshard

    6,414GitHub पर देखें↗

    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
    GitHub पर देखें↗6,414
  • sosedoff/pgwebsosedoff का अवतार

    sosedoff/pgweb

    9,399GitHub पर देखें↗

    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
    GitHub पर देखें↗9,399

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • siddontang/go-mysqlsiddontang का अवतार

    siddontang/go-mysql

    4,953GitHub पर देखें↗

    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
    GitHub पर देखें↗4,953
  • siddontang/go-mysql-elasticsearchS

    siddontang/go-mysql-elasticsearch

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • sj14/dbbenchsj14 का अवतार

    sj14/dbbench

    117GitHub पर देखें↗

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

    Gobenchmarkcassandracockroachdb
    GitHub पर देखें↗117
  • pkosiec/mongo-seedingpkosiec का अवतार

    pkosiec/mongo-seeding

    562GitHub पर देखें↗

    🌱 The ultimate solution for populating your MongoDB database.

    TypeScript
    GitHub पर देखें↗562
  • xo/usqlxo का अवतार

    xo/usql

    10,014GitHub पर देखें↗

    usql is a universal SQL command-line interface used to connect to and manage multiple SQL and NoSQL databases through a single unified tool. It provides a standardized interface for executing queries across various data stores and serves as a multi-database query tool and schema inspector. The tool distinguishes itself by enabling cross-database data migration, allowing users to pipe result sets from one active database connection directly into another. It also features terminal-based data visualization, which renders query results as graphical charts, graphs, and images directly within the t

    Gocommand-linedatabasego
    GitHub पर देखें↗10,014
  • masterminds/squirrelMasterminds का अवतार

    Masterminds/squirrel

    7,949GitHub पर देखें↗

    Squirrel is a Go database library and SQL query builder that provides a programmatic interface for constructing and executing SQL statements. It enables the creation of queries using a fluent interface to avoid manual string concatenation. The library functions as a SQL dialect generator, producing queries formatted for specific database engines by adjusting placeholders and syntax to match target requirements. This allows for the generation of SQL compatible with multiple different database environments. Beyond query construction, the project covers the execution of generated statements aga

    Go
    GitHub पर देखें↗7,949
  • knocknote/octilleryknocknote का अवतार

    knocknote/octillery

    201GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗201
  • nikepan/clickhouse-bulknikepan का अवतार

    nikepan/clickhouse-bulk

    508GitHub पर देखें↗

    Collects many small inserts to ClickHouse and send in big inserts

    Goclickhouseclickhouse-bulkclickhouse-server
    GitHub पर देखें↗508
  • vertamedia/chproxyVertamedia का अवतार

    Vertamedia/chproxy

    1,463GitHub पर देखें↗

    Open-Source ClickHouse http proxy and load balancer

    Go
    GitHub पर देखें↗1,463
  • galeone/igorgaleone का अवतार

    galeone/igor

    127GitHub पर देखें↗

    igor is an abstraction layer for PostgreSQL with a gorm like syntax.

    Goabstractiondbmsgo
    GitHub पर देखें↗127
  • doug-martin/goqudoug-martin का अवतार

    doug-martin/goqu

    2,661GitHub पर देखें↗

    SQL builder and query library for golang

    Godatabasegogolang
    GitHub पर देखें↗2,661
  • codingconcepts/datagenC

    codingconcepts/datagen

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • elgris/sqrlelgris का अवतार

    elgris/sqrl

    285GitHub पर देखें↗

    Fluent SQL generation for golang

    Go
    GitHub पर देखें↗285
  • github/orchestratorgithub का अवतार

    github/orchestrator

    5,776GitHub पर देखें↗

    Orchestrator is a high availability system and replication manager for MySQL database clusters. It functions as a failover automator and topology visualizer designed to detect master failures and promote standby replicas to minimize system downtime. The project focuses on managing and reconfiguring MySQL replication topologies to maintain consistent data distribution. It utilizes topology discovery crawling to map replication structures and identifies active failures within the database cluster. The system provides capabilities for automated cluster recovery, location-aware instance tracking

    Go
    GitHub पर देखें↗5,776
  • arthurkushman/buildsqlxarthurkushman का अवतार

    arthurkushman/buildsqlx

    185GitHub पर देखें↗

    Go database query builder library for PostgreSQL

    Goactive-recordclausesdatabase-table
    GitHub पर देखें↗185
  • go-ozzo/ozzo-dbxgo-ozzo का अवतार

    go-ozzo/ozzo-dbx

    668GitHub पर देखें↗

    A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.

    Godatabasegogolang
    GitHub पर देखें↗668
  • hexdigest/prephexdigest का अवतार

    hexdigest/prep

    36GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗36
  • andizzle/rwdbandizzle का अवतार

    andizzle/rwdb

    21GitHub पर देखें↗

    Database wrapper that manage read write connections

    Go
    GitHub पर देखें↗21
  • louischatriot/nedblouischatriot का अवतार

    louischatriot/nedb

    13,540GitHub पर देखें↗

    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
    GitHub पर देखें↗13,540
  • nuveo/prestN

    nuveo/prest

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • appwrite/appwriteappwrite का अवतार

    appwrite/appwrite

    56,318GitHub पर देखें↗

    Appwrite is a backend-as-a-service platform that provides a unified development environment for building full-stack applications. It integrates essential infrastructure components—including authentication, databases, storage, and serverless functions—into a single, centralized interface to simplify application development and resource management. The platform distinguishes itself through a container-based microservices architecture that ensures consistent execution across diverse infrastructure. It features a versatile connectivity layer that links frontend applications with third-party servi

    TypeScriptandroidappwritebackend
    GitHub पर देखें↗56,318
  • brettwooldridge/hikaricpbrettwooldridge का अवतार

    brettwooldridge/HikariCP

    21,120GitHub पर देखें↗

    HikariCP is a high-concurrency JDBC connection pooling library for Java applications. It provides a reusable set of database connections to reduce the overhead of creating new connections for every request, enabling low-latency database access for applications handling large volumes of simultaneous requests. The project utilizes lock-free connection pooling and non-blocking data structures to ensure high performance. It includes specialized optimizations such as bytecode-optimized statement caching on the driver side to reduce SQL parsing overhead and proxy-based connection wrapping to track

    Javaconnection-poolhigh-performancejava
    GitHub पर देखें↗21,120
  • appsmithorg/appsmithappsmithorg का अवतार

    appsmithorg/appsmith

    40,051GitHub पर देखें↗

    Appsmith is a low-code platform designed for building internal business tools, such as operational dashboards and administrative panels. It enables developers to construct dynamic user interfaces by dragging and dropping modular widgets onto a canvas and binding them directly to backend data sources. The platform utilizes a reactive framework that automatically updates interface elements and triggers functions whenever underlying data or widget properties change, eliminating the need for manual event handling. The platform distinguishes itself through a server-side proxy architecture that exe

    TypeScriptadmin-dashboardadmin-panelsapp-builder
    GitHub पर देखें↗40,051
  • alash3al/sqleralash3al का अवतार

    alash3al/sqler

    2,072GitHub पर देखें↗

    write APIs using direct SQL queries with no hassle, let's rethink about SQL

    Goapi-restbaascockroach
    GitHub पर देखें↗2,072
  • brokercap/bifrostbrokercap का अवतार

    brokercap/Bifrost

    2,084GitHub पर देखें↗

    Bifrost ---- 面向生产环境的 MySQL,MariaDB,kafka 同步到Redis,MongoDB,ClickHouse,StarRocks,Doris,Kafka等服务的异构中间件

    Gocdc-goclickhousedatalink
    GitHub पर देखें↗2,084
  • bsm/redislockbsm का अवतार

    bsm/redislock

    1,761GitHub पर देखें↗

    Simplified distributed locking implementation using Redis

    Godistlockdistributeddistributed-lock
    GitHub पर देखें↗1,761
  • bokwoon95/go-structured-querybokwoon95 का अवतार

    bokwoon95/go-structured-query

    201GitHub पर देखें↗

    Type safe SQL query builder and struct mapper for Go

    Godata-mappergomysql
    GitHub पर देखें↗201