← Back to home
Comparison · DevOps

rerddap vs secretbase

A side-by-side editorial comparison of rerddap and secretbase — release velocity, themes, recent moves, and the top alternatives to consider.

rerddap vs secretbase: at a glance

Featurererddapsecretbase
SectorDevOpsDevOps
Velocity score0.00.0
Sparks · 30d00
Top themesoceanographic-data, r-package, api-client, parquethashing, r, serialization, cbor
Last editorial update3h ago1h ago
WebsiteVisit →Visit →

What is rerddap?

An ERDDAP client steadily lowering the cost of pulling large oceanographic extracts

rerddap fetches gridded and tabular data from ERDDAP servers into R. The recent releases follow one practical thread — making large extracts cheaper to move — alongside routine robustness work on error messages and failure modes. 1.3.0 brings parquet output to `griddap()` and adds a function that estimates a download's size before the request is made.

Read the full rerddap trajectory →

What is secretbase?

secretbase quietly grew from a hashing package into a serialization toolkit

secretbase provides SHA-3, SHAKE, BLAKE3 and related hashing in R with a small C footprint and no dependencies. Over 2026 it has accumulated a second identity: CBOR, base58, JSON and URL-safe base64 encoders and decoders now sit alongside the hash functions. Releases are frequent, short and each does one thing — a format added, a conversion sped up, an undefined-behaviour warning cleared.

Read the full secretbase trajectory →

rerddap vs secretbase: editorial side-by-side

R
rerddap
DEVOPS
0.0

An ERDDAP client steadily lowering the cost of pulling large oceanographic extracts

◆ Current state

rerddap fetches gridded and tabular data from ERDDAP servers into R. The recent releases follow one practical thread — making large extracts cheaper to move — alongside routine robustness work on error messages and failure modes. 1.3.0 brings parquet output to `griddap()` and adds a function that estimates a download's size before the request is made.

◆ Where it's heading

Parquet support has propagated across the package one function at a time: introduced for `tabledap()` in 1.2.0 where the maintainer reports up to 90% smaller files for large extracts, patched in 1.2.3, and extended to `griddap()` in 1.3.0. The size-estimation function added alongside it addresses the same problem from the other end, letting a user find out what a request will cost before committing to it. Around this, the package has absorbed the usual CRAN-driven hardening, notably making all external resource requests fail gracefully.

◆ Prediction

Expect the remaining data-access paths to converge on the same parquet-plus-pre-flight-estimate pattern, since that is how the last three feature releases have each extended it. The entries do not indicate work beyond data retrieval.

S0.0

secretbase quietly grew from a hashing package into a serialization toolkit

◆ Current state

secretbase provides SHA-3, SHAKE, BLAKE3 and related hashing in R with a small C footprint and no dependencies. Over 2026 it has accumulated a second identity: CBOR, base58, JSON and URL-safe base64 encoders and decoders now sit alongside the hash functions. Releases are frequent, short and each does one thing — a format added, a conversion sped up, an undefined-behaviour warning cleared.

◆ Where it's heading

The additions are not arbitrary. CBOR is a binary format for structured data, JSON its text counterpart, base58 the checksummed encoding used for identifiers — together they cover what a process needs to put an R object on a wire and get it back, which is a different job from digesting bytes. The maintainer also maintains R's high-performance messaging stack, and a dependency-free codec that handles integers, floats, strings, raw vectors and lists is exactly what that stack would consume.

◆ Prediction

Every format added so far has come with an RFC number and a minimal implementation rather than a wrapped library, so further additions are likely to follow the same pattern; the encoders are also being optimized after they land, suggesting performance passes on CBOR and JSON before anything new.

Alternatives to rerddap and secretbase

Other DevOps products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either rerddap or secretbase.

See all rerddap alternatives → · See all secretbase alternatives →

Recent activity from rerddap and secretbase

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1mo agorerddapParquet output for griddap and pre-request size estimates
  2. 2mo agosecretbasesecretbase 1.3.0
  3. 3mo agosecretbasesecretbase 1.2.2
  4. 4mo agosecretbasesecretbase 1.2.1
  5. 5mo agorerddapFix for parquet output in tabledap
  6. 6mo agosecretbasesecretbase 1.2.0
  7. 6mo agorerddapInteractive plotting docs and clearer error messages
  8. 7mo agosecretbasesecretbase 1.1.1
  9. 7mo agosecretbasesecretbase 1.1.0 adds CBOR, turning a hash package into a codec
  10. 1y agorerddapGraceful failure when ERDDAP servers are unavailable
  11. 1y agorerddapParquet downloads and units attributes for tabledap
  12. 2y agorerddaptabledap returns types matching the server dds

Frequently asked questions

What is the difference between rerddap and secretbase?

They serve adjacent needs but don't currently overlap on shipped themes. rerddap and secretbase are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is rerddap better than secretbase?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. rerddap and secretbase are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other DevOps products to evaluate alongside.

What are the best alternatives to rerddap?

Top rerddap alternatives in DevOps are ranked by recent ship velocity. Browse the "rerddap alternatives" section above for the current picks, or visit /alternatives/rerddap for the full list with editorial commentary on each.

What are the best alternatives to secretbase?

Top secretbase alternatives in DevOps are ranked by recent ship velocity. Browse the "secretbase alternatives" section above for the current picks, or visit /alternatives/secretbase-r for the full list with editorial commentary on each.