From 87064ce146b9d91ba30a30bbd5f53560de83cb35 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Tue, 27 Jan 2026 14:28:04 +0000 Subject: [PATCH] Updated data dissemination strategy page: diagram and some sentences --- content/docs/dissemination/_index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/docs/dissemination/_index.md b/content/docs/dissemination/_index.md index a7781bf..a462f65 100644 --- a/content/docs/dissemination/_index.md +++ b/content/docs/dissemination/_index.md @@ -8,10 +8,10 @@ Our dissemination strategy prioritizes interoperability, long-term preservation, Once data products reach a production-ready state, the workflow is as follows: -* **Cloud-Native First:** Priority is given to highly performant, system-to-system file formats (e.g., Parquet) to enable efficient bulk analysis. +* **Cloud-Native First:** Priority is given to highly performant, system-to-system file formats (e.g., Parquet) to enable highly performant applications. * **Persistent Identification & Cataloging:** Every dataset version will be assigned a DOI for citation and immutability. * The endpoint `https://data-01.dataforcanada.org/processed/` will strictly serve the **latest** version of a dataset. - * Global metadata will be aggregated into a single, queryable [STAC GeoParquet](https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/) file. This catalog will track all versions and DOIs, providing direct download links to [Zenodo](https://zenodo.org) which serves as the long-term data repository. + * Global metadata will be aggregated into a single, queryable [STAC GeoParquet](https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/) file. This catalog will track all versions and DOIs, providing direct download links to [Zenodo](https://zenodo.org/communities/dataforcanada/) which serves as the long-term data repository. * **Decentralized Distribution:** We will pilot BitTorrent to maximize infrastructure resilience. By leveraging [HTTP Web Seeding (BEP 19)](https://www.bittorrent.org/beps/bep_0019.html), torrents will be seeded simultaneously by Zenodo, the Data for Canada infrastructure, and community peers, ensuring high availability without a single point of failure. ## High-Level Overview @@ -51,7 +51,11 @@ flowchart TD Torrent a10@--> Users a10@{animate: true, animation: fast} Torrent a11@--> Systems - a10@{animate: true, animation: fast} + a11@{animate: true, animation: fast} + Zenodo a12@--> Systems + a12@{animate: true, animation: slow} - click Zenodo "https://zenodo.org/communities/dataforcanada" _blank + click Portal "https://data-01.dataforcanada.org/processed/" _blank + click Metadata "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank + click Zenodo "https://zenodo.org/communities/dataforcanada/" _blank ```