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 codingconcepts/datagen

Open-source alternatives to Datagen

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

  • andizzle/rwdbAvatar von andizzle

    andizzle/rwdb

    21Auf GitHub ansehen↗

    Database wrapper that manage read write connections

    Go
    Auf GitHub ansehen↗21
  • 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
  • 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
  • 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

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
  • 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
  • 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
  • github/orchestratorAvatar von github

    github/orchestrator

    5,776Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,776
  • 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
  • siddontang/go-mysql-elasticsearchS

    siddontang/go-mysql-elasticsearch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • vertamedia/chproxyAvatar von Vertamedia

    Vertamedia/chproxy

    1,463Auf GitHub ansehen↗

    Open-Source ClickHouse http proxy and load balancer

    Go
    Auf GitHub ansehen↗1,463
  • 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
  • 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
  • nuveo/prestN

    nuveo/prest

    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
  • 2tvenom/myreplication2

    2tvenom/myreplication

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • arangodb/arangodb-java-driverAvatar von arangodb

    arangodb/arangodb-java-driver

    208Auf GitHub ansehen↗

    The official ArangoDB Java driver.

    Javaarangodbdatabasedriver
    Auf GitHub ansehen↗208
  • 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
  • akito0107/xsqlparserAvatar von akito0107

    akito0107/xsqlparser

    51Auf GitHub ansehen↗
    Go
    Auf GitHub ansehen↗51
  • ankane/pgheroAvatar von ankane

    ankane/pghero

    8,880Auf GitHub ansehen↗

    PgHero is a performance dashboard and diagnostic tool for PostgreSQL. It provides a web interface for monitoring database metrics, analyzing query performance, and managing active connections across multiple database instances. The project distinguishes itself by recording query and storage statistics over time, enabling historical trend analysis through a time-range slider. It also identifies missing indexes by analyzing query patterns and integrates with cloud provider APIs to retrieve system-level hardware statistics such as CPU and IOPS. The tool's broader capabilities cover process admi

    Ruby
    Auf GitHub ansehen↗8,880
  • blastrain/octilleryAvatar von blastrain

    blastrain/octillery

    201Auf GitHub ansehen↗

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

    Godatabase-shardinggogolang
    Auf GitHub ansehen↗201
  • ajitpratap0/gosqlxAvatar von ajitpratap0

    ajitpratap0/GoSQLX

    100Auf GitHub ansehen↗

    High-performance SQL parser, formatter, linter & security scanner for Go - 1.5M+ ops/sec, multi-dialect, zero-copy, race-free

    Goastclidialect
    Auf GitHub ansehen↗100
  • actiontech/sqleAvatar von actiontech

    actiontech/sqle

    1,487Auf GitHub ansehen↗

    一个支持多种不同类型数据库,覆盖事前控制、事后监督、标准发布场景,帮助您建立质量规范的SQL全生命周期质量管理平台

    Go
    Auf GitHub ansehen↗1,487
  • beekeeper-studio/beekeeper-studioAvatar von beekeeper-studio

    beekeeper-studio/beekeeper-studio

    22,030Auf GitHub ansehen↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    TypeScriptbigquerycassandracockroachdb
    Auf GitHub ansehen↗22,030
  • blastrain/vitess-sqlparserB

    blastrain/vitess-sqlparser

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bokwoon95/go-structured-queryAvatar von bokwoon95

    bokwoon95/go-structured-query

    201Auf GitHub ansehen↗

    Type safe SQL query builder and struct mapper for Go

    Godata-mappergomysql
    Auf GitHub ansehen↗201
  • brettwooldridge/hikaricpAvatar von brettwooldridge

    brettwooldridge/HikariCP

    21,120Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,120
  • brokercap/bifrostAvatar von brokercap

    brokercap/Bifrost

    2,084Auf GitHub ansehen↗

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

    Gocdc-goclickhousedatalink
    Auf GitHub ansehen↗2,084
  • bsm/redislockAvatar von bsm

    bsm/redislock

    1,761Auf GitHub ansehen↗

    Simplified distributed locking implementation using Redis

    Godistlockdistributeddistributed-lock
    Auf GitHub ansehen↗1,761
  • buraksezer/olricB

    buraksezer/olric

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • beakerboy/vba-sql-libraryAvatar von Beakerboy

    Beakerboy/VBA-SQL-Library

    88Auf GitHub ansehen↗

    VBA SQL Library

    VBA
    Auf GitHub ansehen↗88