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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
S

siddontang/go-mysql-elasticsearch

0
View on GitHub↗
0 stars·0 forks·13 views

Go Mysql Elasticsearch

Features

  • Search and Recommendation - MySQL to Elasticsearch sync tool.
  • Database Tools - Syncs MySQL data to Elasticsearch.
  • Database Utilities - Automated synchronization from MySQL to Elasticsearch.
  • Search and Recommendation - MySQL to Elasticsearch sync tool.
  • Database Tools - Tool for syncing MySQL data to Elasticsearch.

Star history

Star history chart for siddontang/go-mysql-elasticsearchStar history chart for siddontang/go-mysql-elasticsearch

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What are the main features of siddontang/go-mysql-elasticsearch?

The main features of siddontang/go-mysql-elasticsearch are: Search and Recommendation, Database Tools, Database Utilities.

Which projects share features with siddontang/go-mysql-elasticsearch?

Projects with overlapping indexed features include: siddontang/go-mysql — go-mysql is a toolkit for the Go programming language designed for implementing MySQL protocol handlers, binary log… youtube/vitess — Vitess is a distributed MySQL orchestrator and clustering system designed for horizontal database scaling. It… 2tvenom/myreplication. flike/kingshard — Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple… sosedoff/pgweb — pgweb is a web-based database client and graphical administration tool for PostgreSQL. It provides a browser-based… arthurkushman/buildsqlx — Go database query builder library for PostgreSQL.

Projects sharing features with Go Mysql Elasticsearch

These projects share indexed features with Go Mysql Elasticsearch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • flike/kingshardflike avatar

    flike/kingshard

    6,414View on GitHub↗

    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
    View on GitHub↗6,414
  • siddontang/go-mysqlsiddontang avatar

    siddontang/go-mysql

    4,953View on GitHub↗

    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
    View on GitHub↗4,953
  • 2tvenom/myreplication2

    2tvenom/myreplication

    0View on GitHub↗
    View on GitHub↗0
  • sosedoff/pgwebsosedoff avatar

    sosedoff/pgweb

    9,399View on GitHub↗

    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
    View on GitHub↗9,399
  • Compare all 30 related projects→