Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 347 Bytes

File metadata and controls

17 lines (12 loc) · 347 Bytes

Serve a Zarr Array over HTTP

This example creates an in-memory Zarr array, serves it over HTTP with zarr.experimental.serve.serve_node, and fetches the zarr.json metadata document and a raw chunk using httpx.

Running the Example

python examples/serve/serve.py

Or run with uv:

uv run examples/serve/serve.py