mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Update high-level overview of data dissemination strategy, it is far more clear now
This commit is contained in:
@@ -15,22 +15,18 @@ We prioritize interoperability, long-term preservation, and decentralized resili
|
|||||||
flowchart TD
|
flowchart TD
|
||||||
classDef linkNode stroke:#0000EE,color:#0000EE,stroke-width:2px;
|
classDef linkNode stroke:#0000EE,color:#0000EE,stroke-width:2px;
|
||||||
subgraph mirrors [Mirrors & Preservation]
|
subgraph mirrors [Mirrors & Preservation]
|
||||||
|
Metadata[FAIR Data Catalogue]
|
||||||
SourceCoop[Source Cooperative]
|
SourceCoop[Source Cooperative]
|
||||||
Tigris[Tigris]
|
Tigris[Tigris]
|
||||||
Community[Community]
|
Community[Community]
|
||||||
Zenodo[Zenodo]
|
Zenodo[Zenodo]
|
||||||
|
Cloudflare
|
||||||
InternetArchive[Internet Archive]
|
InternetArchive[Internet Archive]
|
||||||
end
|
end
|
||||||
|
|
||||||
Sources[Open Data Sources]
|
Sources[Open Data Sources]
|
||||||
Processes[Data Packages]
|
Processes[Data Packages]
|
||||||
Artifacts[Systems-Ready Data]
|
Artifacts[Systems-Ready Data]
|
||||||
|
|
||||||
subgraph CoreInfra [Infrastructure]
|
|
||||||
Portal[Object Storage]
|
|
||||||
Metadata[FAIR Data Catalogue]
|
|
||||||
end
|
|
||||||
|
|
||||||
P2P["P2P Technology"]
|
P2P["P2P Technology"]
|
||||||
|
|
||||||
subgraph Consumers [Consumption]
|
subgraph Consumers [Consumption]
|
||||||
@@ -45,23 +41,27 @@ flowchart TD
|
|||||||
Processes a2@<--> Artifacts
|
Processes a2@<--> Artifacts
|
||||||
a2@{animate: true, animation: slow}
|
a2@{animate: true, animation: slow}
|
||||||
|
|
||||||
Artifacts a3@<--> CoreInfra
|
Artifacts a3@<--> Metadata
|
||||||
a3@{animate: true, animation: slow}
|
a3@{animate: true, animation: fast}
|
||||||
|
|
||||||
Portal a4@<--> Metadata
|
|
||||||
a4@{animate: true, animation: fast}
|
|
||||||
|
|
||||||
Metadata a5@<--> mirrors
|
|
||||||
a5@{animate: true, animation: fast}
|
|
||||||
|
|
||||||
CoreInfra a8@<-.->P2P
|
|
||||||
a8@{animate: true, animation: slow}
|
|
||||||
|
|
||||||
|
Metadata a20@<--> SourceCoop
|
||||||
|
a20@{animate: true, animation: slow}
|
||||||
|
Metadata a21@<--> Tigris
|
||||||
|
a21@{animate: true, animation: fast}
|
||||||
|
Metadata a22@<--> Community
|
||||||
|
a22@{animate: true, animation: fast}
|
||||||
|
Metadata a23@<--> Zenodo
|
||||||
|
a23@{animate: true, animation: slow}
|
||||||
|
Metadata a24@<--> Cloudflare
|
||||||
|
a24@{animate: true, animation: fast}
|
||||||
|
Metadata a25@<--> InternetArchive
|
||||||
|
a25@{animate: true, animation: slow}
|
||||||
|
|
||||||
%% Mirror Connections
|
%% Mirror Connections
|
||||||
mirrors a12@<--> Consumers
|
mirrors a12@<--> Consumers
|
||||||
a12@{animate: true, animation: slow}
|
a12@{animate: true, animation: slow}
|
||||||
|
|
||||||
mirrors a9@<-.->|Pooled| P2P
|
mirrors a9@<--> P2P
|
||||||
a9@{animate: true, animation: fast}
|
a9@{animate: true, animation: fast}
|
||||||
|
|
||||||
%% P2P Connections
|
%% P2P Connections
|
||||||
@@ -77,6 +77,7 @@ flowchart TD
|
|||||||
class Processes Processes
|
class Processes Processes
|
||||||
style SourceCoop fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
|
style SourceCoop fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
|
||||||
style Tigris fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
|
style Tigris fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
|
||||||
|
style Cloudflare fill:#FFB74D,stroke:#EF6C00,color:#000000
|
||||||
style Zenodo fill:#FFB74D,stroke:#EF6C00,color:#000000
|
style Zenodo fill:#FFB74D,stroke:#EF6C00,color:#000000
|
||||||
style Community fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
|
style Community fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
|
||||||
style P2P fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
|
style P2P fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
|
||||||
@@ -86,7 +87,7 @@ flowchart TD
|
|||||||
|
|
||||||
%% Click Actions
|
%% Click Actions
|
||||||
click P2P "https://tixati.com/specs/bittorrent" _blank
|
click P2P "https://tixati.com/specs/bittorrent" _blank
|
||||||
click Tigris "https://www.tigrisdata.com/docs/overview/" _blank
|
click Tigris "https://d4c-pkgs.t3.storage.dev/" _blank
|
||||||
click Sources "https://www.dataforcanada.org/#high-level-overview" _blank
|
click Sources "https://www.dataforcanada.org/#high-level-overview" _blank
|
||||||
click Processes "https://www.dataforcanada.org/docs/d4c-pkgs/" _blank
|
click Processes "https://www.dataforcanada.org/docs/d4c-pkgs/" _blank
|
||||||
click Metadata "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank
|
click Metadata "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank
|
||||||
|
|||||||
Reference in New Issue
Block a user