Skip to content

Post-processing and preparing data for publishing via IPFS

Notifications You must be signed in to change notification settings

orcestra-campaign/data2ipfs

Repository files navigation

Prepare data for publication via IPFS

The official ORCESTRA dataset is distributed via IPFS. The latest version is always available via the IPNS name:

latest.orcestra-campaign.org

Technically, IPFS is not restricted to any particular data format. However, certain data formats allow the user to access data directly via http(s). One of these data formats is the Zarr format, which is designed to store large, chunked, compressed, N-dimensional arrays.

This repository provides Python scripts that convert the various raw data sets collected during ORCESTRA to Zarr.

Running the scripts

This repository includes a uv project structure, which defines a strict set of dependencies. You can run each script by calling:

uv run <script>

About

Post-processing and preparing data for publishing via IPFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published