zarr-developers / community

An open community with an interest in developing and using new technologies for tensor data storage.
19 stars 1 forks source link

Announcing Xpublish: A Zarr compatible REST API #27

Open jhamman opened 4 years ago

jhamman commented 4 years ago

We've recently released Xpublish, a new Python package that exposes Xarray datasets as a Zarr compatible REST API. We've written up a short blog post describing how Xpublish works and some potential applications. Basically anything with a HTTPStore can connect to an Xpublish server and access its data through a Zarr client. I'm particularly excited about its potential coupling with other Zarr clients like Zarr.js (#24) to support a new class of server/client data analysis and visualization.

image