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

zarr-developers/zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python. observed · 2026-08-28

github.com/zarr-developers/zarr-python · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 95
  • 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: 14
  • age_days: 3914
  • days_rel: 34
  • days_push: 7
  • n_releases_24m: 26

Full methodology

Adoption not part of the score

2044 stars · 445 forks observed · 2026-08-28

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

Zarr is a Python library implementing the Zarr storage format for chunked, compressed, N-dimensional arrays with NumPy-compatible dtypes. It supports storing arrays in memory, on disk, in zip files, or on object stores like S3, with concurrent reads and writes across threads and processes.

Use cases

  • store large numpy arrays on S3 in chunked compressed format
  • read and write n-dimensional arrays concurrently from multiple processes
  • organize scientific datasets into hierarchical groups of arrays
  • stream chunks of a huge array without loading it all into memory
  • compress array data on disk for efficient storage
  • use zarr arrays as backing store for distributed computing workflows

When to choose

  • you need NumPy-compatible arrays larger than memory with chunked access
  • you want cloud/object-storage-friendly scientific array storage
  • you need concurrent parallel reads or writes to shared arrays
  • you work with large imaging, geospatial, or simulation datasets

When to avoid

  • you only need small in-memory arrays that plain NumPy handles fine
  • you need relational or tabular data storage rather than arrays
  • you require a single-file format like HDF5 for portability

Facets

library · maturity stable

serialization compression file-system data-science data-science big-data cloud-computing developer-tools python cross-platform cloud ndarray chunked-arrays numpy object-storage parallel-computing scientific-computing storage-format

1 source

Member repositories

RepositoryRoleHealth v2
zarr-developers/zarr-pythonmain98

For agents

markdown · JSON · MCP: product_card(name="zarr-developers/zarr-python")

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