Skip to content

docs: add data products comparison table to Data Overview - #2848

Merged
hunterpack merged 2 commits into
mainfrom
docs/data-products-comparison
Sep 11, 2026
Merged

docs: add data products comparison table to Data Overview#2848
hunterpack merged 2 commits into
mainfrom
docs/data-products-comparison

Conversation

@hunterpack

@hunterpack hunterpack commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Closes #1619

What

Adds a Compare Data Products section to the Data Overview page (docs/data/README.mdx) with one table across SDF's four data products: RPC, Horizon, Hubble, and Galexie. Type and Interface rows make it clear which are APIs and which are bulk historical data tools, followed by the feature rows from the existing RPC/Horizon table plus transaction submission and SDF hosting.

Two footnotes cover the details that don't fit a cell: the SDF-hosted Horizon keeps one year of history and is nearing end-of-life, and SDF doesn't host a Galexie data lake but providers do. Rows are either all marks or all words to match the other comparison tables in the docs. A closing paragraph explains why Ingest SDK and Processors are not columns (they're libraries) and where third-party providers are listed.

Why

The APIs Overview compares only RPC and Horizon, then points at Hubble and Galexie in a footnote without comparing them. The Data Overview already introduces all four categories and tells readers to pick the right tool for their use case, so it's the natural home for a side-by-side view. This is option 1 from the discussion on #1619, which Leigh signed off on.

Other changes

  • docs/data/apis/README.mdx: the Horizon history footnote now links to the new table. The RPC/Horizon table itself is unchanged.
  • No URL or sidebar changes. routes.txt unchanged.

Checks

  • pnpm build passes with no broken links (node 24).
  • Prettier passes on both files.
  • Cell values were checked against the RPC, Horizon, Hubble, and Galexie pages in this repo.

Compares RPC, Horizon, Hubble, and Galexie side by side with Type and Interface rows so readers can tell an API from a warehouse or export tool. Points the Horizon history footnote on the APIs page at the new table. Closes #1619.
Copilot AI balanced review requested due to automatic review settings September 10, 2026 16:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a centralized comparison of Stellar’s four data products and links to it from the APIs overview.

Changes:

  • Compares RPC, Horizon, Hubble, and Galexie capabilities.
  • Adds hosting/history notes and a cross-reference from the APIs page.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/data/README.mdx Adds the data-product comparison table.
docs/data/apis/README.mdx Links to the expanded comparison.
Suppressed comments (2)

docs/data/README.mdx:19

  • This cell treats the default retention window as RPC's full capability, but archive-enabled RPC can serve complete ledger history through getLedgers (docs/data/apis/rpc/admin-guide/data-lake-integration.mdx:6-10), and the provider page lists archive services (docs/data/apis/rpc/providers.mdx:10-29). The seven-day limit still applies by default and to the other endpoints, so please preserve that nuance rather than ruling out historical RPC access entirely.
| Historical data | ❌ About 7 days | ❌ 1 year\* | ✅ Full | ✅ Full |

docs/data/README.mdx:25

  • Testnet only omits SDF's Futurenet RPC endpoint: docs/data/apis/rpc/providers.mdx:45-46 lists both SDF-hosted Futurenet and Testnet services. Since this row describes hosting coverage, name both networks (or say “Non-Mainnet”) to avoid implying that Futurenet is unavailable from SDF.
| Hosted by SDF | Testnet only | ✅ Deprecating | ✅ Public dataset | ❌\*\* |

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread docs/data/README.mdx
@github-actions github-actions Bot added the preview Preview builds for PRs by SDF employees. label Sep 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Use mark-only or word-only rows to match the other comparison tables in the docs, drop the Run it yourself row where every cell was the same, and correct the SDF hosting cells: RPC is testnet and futurenet, Horizon is mainnet, testnet, and futurenet.
Copilot AI review requested due to automatic review settings September 10, 2026 16:53
@github-actions github-actions Bot removed the preview Preview builds for PRs by SDF employees. label Sep 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread docs/data/README.mdx
Comment thread docs/data/README.mdx
@github-actions github-actions Bot added the preview Preview builds for PRs by SDF employees. label Sep 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

@hunterpack
hunterpack merged commit c25e840 into main Sep 11, 2026
10 checks passed
@hunterpack
hunterpack deleted the docs/data-products-comparison branch September 11, 2026 19:15
@github-actions github-actions Bot removed the preview Preview builds for PRs by SDF employees. label Sep 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

PR Preview: torn down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Hubble, Galexie, etc to table

3 participants