go-mysql-org/go-mysql-elasticsearch
Sync MySQL data into elasticsearch observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4248
- days_rel: n/a
- days_push: 1046
- n_releases_24m: 0
Adoption not part of the score
4148 stars · 795 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Go service that automatically syncs MySQL data into Elasticsearch, using mysqldump for initial load and binlog parsing for incremental updates. It is configured via TOML rules mapping MySQL tables to Elasticsearch indices.
Use cases
- keep elasticsearch index in sync with mysql
- sync mysql tables to elasticsearch for full-text search
- incremental replication from mysql binlog to elasticsearch
- build search index from relational database
- real-time data pipeline from mysql to elasticsearch
When to choose
- you run MySQL (<8.0) with row-based binlog and Elasticsearch (<6.0) and want automatic syncing
- you want a lightweight self-hosted sync tool without heavy CDC infrastructure
When to avoid
- you use MySQL 8.0+ or Elasticsearch 6.0+
- you need actively maintained software with broad version support
- you need complex transformations or multi-source pipelines - consider Logstash or Canal instead
Facets
service · maturity maintenance
etl database search-engine streaming databases go self-hosted mysql elasticsearch binlog data-sync cdc search data-engineering linux
1 source
- readme: https://github.com/go-mysql-org/go-mysql-elasticsearch · fetched 2026-08-28 · 2cc058e6e5db
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| go-mysql-org/go-mysql-elasticsearch | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="go-mysql-org/go-mysql-elasticsearch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem