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

substrait-io/substrait

A cross platform way to express data transformation, relational algebra, standardized record expression and plans. observed · 2026-08-28

github.com/substrait-io/substrait · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 7.0
  • age_days: 1828
  • days_rel: 10
  • days_push: 8
  • n_releases_24m: 55

Full methodology

Adoption not part of the score

1549 stars · 201 forks observed · 2026-08-28

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

Substrait is a cross-language specification and tooling for describing data compute operations as standardized relational algebra query plans, with human-readable text and compact binary representations. It lets systems like SQL parsers, execution engines, and query optimizers exchange plans without custom integrations.

Use cases

  • pass a query plan from a SQL parser to an execution engine
  • serialize SQL views for consistent use across Spark and Trino
  • submit the same plan to DataFusion and Postgres
  • build a pluggable query plan visualizer
  • run pandas-style compute inside another execution engine
  • standardize plan interchange between query engines

When to choose

  • you need interoperable query plans across multiple engines or languages
  • you are building a SQL frontend or execution engine and want an open plan format
  • you want to swap execution engines without rewriting plan generation

When to avoid

  • you just need a single-engine query optimizer with no cross-system interchange
  • you need a full SQL parser or execution engine rather than a plan format
  • your systems already share a proprietary plan format and interoperability is not a goal

Facets

library · maturity active

serialization parser developer-tools databases apis big-data cross-platform python relational-algebra query-plan execution-plan specification interoperability query-engine data-engineering

4 sources

Member repositories

RepositoryRoleHealth v2
substrait-io/substraitmain99

For agents

markdown · JSON · MCP: product_card(name="substrait-io/substrait")

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