← Back to home
Comparison · Analytics

bbk vs lstar

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

bbk vs lstar: at a glance

Featurebbklstar
SectorAnalyticsAnalytics
Velocity score0.05.0
Sparks · 30d00
Top themescentral-bank-data, macro-statistics, r-package, api-wrappersingle-cell-genomics, zarr, wasm, data-formats
Last editorial update40m ago1h ago
WebsiteVisit →Visit →

What is bbk?

One R interface is absorbing the world's central bank data portals, one API at a time.

bbk began as a Bundesbank client and has become a single R interface to central bank statistics generally: the ECB, BIS, and the national banks of Switzerland, Canada, the UK, France, Spain, Austria, Sweden, Norway, Portugal, Japan, Poland, the Czech Republic, and now Brazil and Mexico. Each provider gets a consistent set of verbs — a data function, a dimension function for the dataflow structure, and provider-specific extras like PRIBOR or CZEONIA fixings. Response caching, data.table returns, and an updated_after argument for incremental retrieval are shared plumbing rather than per-provider features.

Read the full bbk trajectory →

What is lstar?

A single-cell data store commits to Zarr v3 and range-readable hosting across four language surfaces

lstar stores single-cell data behind one C++ core with Python, R and JS/WASM bindings, and ships a browser viewer that reads the store directly. Zarr v3 is now the default on-disk format across all four surfaces, with zstd compression and sharding that packs many chunks into fewer objects. Viewer stores are compressed per field and resolved at chunk granularity, so a hosted viewer fetches only what it displays. The tag stream carries both lstar and lstar-sc releases.

Read the full lstar trajectory →

bbk vs lstar: editorial side-by-side

B
bbk
ANALYTICS
0.0

One R interface is absorbing the world's central bank data portals, one API at a time.

◆ Current state

bbk began as a Bundesbank client and has become a single R interface to central bank statistics generally: the ECB, BIS, and the national banks of Switzerland, Canada, the UK, France, Spain, Austria, Sweden, Norway, Portugal, Japan, Poland, the Czech Republic, and now Brazil and Mexico. Each provider gets a consistent set of verbs — a data function, a dimension function for the dataflow structure, and provider-specific extras like PRIBOR or CZEONIA fixings. Response caching, data.table returns, and an updated_after argument for incremental retrieval are shared plumbing rather than per-provider features.

◆ Where it's heading

The expansion is steady and the integration work is what makes it more than a list of wrappers: arguments introduced for one provider get pushed to the others, dimension introspection is being generalised across dataflows, and the bug fixes in recent releases are almost all about the same class of problem — series with missing observations, unsupported frequency codes, or date/value misalignment breaking a parser written for a tidier feed. The maintainer ships the same infrastructure across their packages in lockstep; bbk 0.9.0 and the sibling treasury package's 0.5.0 landed identical opt-in caching within minutes of each other. Geography is the visible frontier, but consistency across an increasingly ragged set of upstream APIs is the actual work.

◆ Prediction

Expect more national central banks to be added on the same template, and the newer providers to be retrofitted with the dimension and updated_after functions the older ones already have.

L
lstar
ANALYTICS
5.0

A single-cell data store commits to Zarr v3 and range-readable hosting across four language surfaces

◆ Current state

lstar stores single-cell data behind one C++ core with Python, R and JS/WASM bindings, and ships a browser viewer that reads the store directly. Zarr v3 is now the default on-disk format across all four surfaces, with zstd compression and sharding that packs many chunks into fewer objects. Viewer stores are compressed per field and resolved at chunk granularity, so a hosted viewer fetches only what it displays. The tag stream carries both lstar and lstar-sc releases.

◆ Where it's heading

The through-line is making a hosted store cheap to read. Sharding addresses the file-per-chunk explosion that makes many-chunk arrays awkward to host; per-field compression with chunk-granular resolution means colouring an embedding by one gene fetches one column rather than an array. The 0.2.x patches are the cost of maintaining four surfaces at once — a WASM heap crash that only browsers exercise, and a count-basis orientation defect where all three surfaces normalized in memory and none owned the on-disk layout.

◆ Prediction

The orientation bug's root cause — no surface owning the on-disk representation while all three normalized in memory — is the kind of gap that usually produces a validation or ownership change rather than another point fix.

Alternatives to bbk and lstar

Other Analytics 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 bbk or lstar.

See all bbk alternatives → · See all lstar alternatives →

Recent activity from bbk and lstar

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

  1. 21d agolstarViewer count-basis orientation fixed; existing stores need re-prep
  2. 26d agolstarWASM viewer crash on resizable heaps fixed
  3. 1mo agobbkBrazil and Mexico join, bringing survey expectations data
  4. 1mo agolstarlstar 0.2.0
  5. 1mo agolstarMeasure state inferred from content, not slot name
  6. 2mo agobbkCzech National Bank support lands with a broad parser repair
  7. 3mo agobbkIncremental retrieval generalised beyond the ECB endpoint
  8. 4mo agobbkOpt-in response caching plus dimension introspection everywhere
  9. 10mo agobbkBank of Canada data and exchange rates added
  10. 11mo agobbkFour European central banks added; validation moves to checkmate

Frequently asked questions

What is the difference between bbk and lstar?

They serve adjacent needs but don't currently overlap on shipped themes. lstar is currently shipping more aggressively (velocity 5.0 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is bbk better than lstar?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. lstar is currently shipping more aggressively (velocity 5.0 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to bbk?

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

What are the best alternatives to lstar?

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