mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Simplified diagrams
This commit is contained in:
@@ -74,9 +74,6 @@ flowchart TD
|
||||
Serverless --> WebApps
|
||||
Serverless --> DataSci
|
||||
|
||||
%% Concept Annotations
|
||||
Transform -.->|"Join Spatial & Tabular"| Parquet
|
||||
|
||||
click Parquet "https://github.com/apache/parquet-format" _blank
|
||||
click FlatGeoBuf "https://flatgeobuf.org" _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
|
||||
|
||||
flowchart TD
|
||||
Sources[Open Data Sources<br/>Statistics Canada and Others]
|
||||
Sources[Open Data Sources]
|
||||
|
||||
Notebook[Jupyter Notebooks]
|
||||
DuckDB[DuckDB]
|
||||
QGIS[QGIS]
|
||||
|
||||
Artifacts[Analysis-Ready Data<br/>Parquet and GeoParquet]
|
||||
|
||||
Distribution[Decentralized Distribution]
|
||||
Artifacts[Analysis-Ready Data]
|
||||
|
||||
Portal[Static Data Portal]
|
||||
Distribution[Decentralized Distribution]
|
||||
|
||||
Zenodo[Long-Term Archive]
|
||||
Torrent[Peer Distribution]
|
||||
|
||||
Users[Researchers and Developers]
|
||||
Users[Researchers, Developers, Systems]
|
||||
|
||||
Sources --> Notebook
|
||||
Notebook --> DuckDB
|
||||
DuckDB --> QGIS
|
||||
QGIS --> Artifacts
|
||||
Notebook --> Artifacts
|
||||
Artifacts --> Portal
|
||||
Portal --> Distribution
|
||||
|
||||
Artifacts --> Distribution
|
||||
|
||||
Distribution --> Portal
|
||||
Distribution --> Zenodo
|
||||
Distribution --> Torrent
|
||||
|
||||
Portal --> Users
|
||||
Zenodo --> Users
|
||||
Torrent --> Users
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user