mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-15 23:10:51 +02:00
Simplified diagrams
This commit is contained in:
@@ -74,9 +74,6 @@ flowchart TD
|
|||||||
Serverless --> WebApps
|
Serverless --> WebApps
|
||||||
Serverless --> DataSci
|
Serverless --> DataSci
|
||||||
|
|
||||||
%% Concept Annotations
|
|
||||||
Transform -.->|"Join Spatial & Tabular"| Parquet
|
|
||||||
|
|
||||||
click Parquet "https://github.com/apache/parquet-format" _blank
|
click Parquet "https://github.com/apache/parquet-format" _blank
|
||||||
click FlatGeoBuf "https://flatgeobuf.org" _blank
|
click FlatGeoBuf "https://flatgeobuf.org" _blank
|
||||||
click PMTiles "https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md" _blank
|
click PMTiles "https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md" _blank
|
||||||
|
|||||||
@@ -19,35 +19,29 @@ Once data products reach a production-ready state, the workflow is as follows:
|
|||||||
```mermaid
|
```mermaid
|
||||||
|
|
||||||
flowchart TD
|
flowchart TD
|
||||||
Sources[Open Data Sources<br/>Statistics Canada and Others]
|
Sources[Open Data Sources]
|
||||||
|
|
||||||
Notebook[Jupyter Notebooks]
|
Notebook[Jupyter Notebooks]
|
||||||
DuckDB[DuckDB]
|
|
||||||
QGIS[QGIS]
|
|
||||||
|
|
||||||
Artifacts[Analysis-Ready Data<br/>Parquet and GeoParquet]
|
Artifacts[Analysis-Ready Data]
|
||||||
|
|
||||||
Distribution[Decentralized Distribution]
|
|
||||||
|
|
||||||
Portal[Static Data Portal]
|
Portal[Static Data Portal]
|
||||||
|
Distribution[Decentralized Distribution]
|
||||||
|
|
||||||
Zenodo[Long-Term Archive]
|
Zenodo[Long-Term Archive]
|
||||||
Torrent[Peer Distribution]
|
Torrent[Peer Distribution]
|
||||||
|
|
||||||
Users[Researchers and Developers]
|
Users[Researchers, Developers, Systems]
|
||||||
|
|
||||||
Sources --> Notebook
|
Sources --> Notebook
|
||||||
Notebook --> DuckDB
|
Notebook --> Artifacts
|
||||||
DuckDB --> QGIS
|
Artifacts --> Portal
|
||||||
QGIS --> Artifacts
|
Portal --> Distribution
|
||||||
|
|
||||||
Artifacts --> Distribution
|
|
||||||
|
|
||||||
Distribution --> Portal
|
|
||||||
Distribution --> Zenodo
|
Distribution --> Zenodo
|
||||||
Distribution --> Torrent
|
Distribution --> Torrent
|
||||||
|
|
||||||
Portal --> Users
|
Portal --> Users
|
||||||
Zenodo --> Users
|
Zenodo --> Users
|
||||||
Torrent --> Users
|
Torrent --> Users
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user