Ross ROSS = Recommend OSS · open-source software intelligence for agents

cch123/elasticsql

convert sql to elasticsearch DSL in golang(go) observed · 2026-08-28

github.com/cch123/elasticsql · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 3661
  • days_rel: n/a
  • days_push: 1123
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1187 stars · 199 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go library that converts SQL queries into Elasticsearch DSL JSON. It supports common SQL expressions like comparisons, boolean logic, IN, LIKE, order by, limit, and aggregations.

Use cases

  • convert sql queries to elasticsearch dsl
  • translate where clauses into elasticsearch bool queries
  • generate elasticsearch aggregations from sql aggregate functions
  • build a sql-like query interface over elasticsearch
  • parse sql in golang for search backends

When to choose

  • you have users familiar with SQL who need to query Elasticsearch
  • you want a lightweight Go library for SQL-to-DSL translation
  • your queries use standard comparisons, boolean logic, and basic aggregations

When to avoid

  • you need joins, having, or null checks, which are unsupported
  • you need a full SQL engine or JDBC-style driver for Elasticsearch
  • the project is no longer actively developed and you need cutting-edge Elasticsearch features

Facets

library · maturity maintenance

parser search-engine serialization databases developer-tools go cross-platform elasticsearch sql-to-dsl query-conversion search

1 source

Member repositories

RepositoryRoleHealth v2
cch123/elasticsqlmain23

For agents

markdown · JSON · MCP: product_card(name="cch123/elasticsql")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem