feat: add Netherlands CBS and Sweden SCB statistics sources#56
Closed
firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
Closed
feat: add Netherlands CBS and Sweden SCB statistics sources#56firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
Conversation
- Netherlands CBS (Centraal Bureau voor de Statistiek): Dutch national statistical institute with OData API, covering economy, demographics, health, education, environment and more - Sweden SCB (Statistiska centralbyrån): Swedish national statistics agency with REST API, covering economy, population, environment, labor market and public sector Both sources verified accessible and schema-compliant.
firstdata-dev
commented
Mar 16, 2026
Collaborator
Author
firstdata-dev
left a comment
There was a problem hiding this comment.
✅ LGTM. 两个北欧统计局都有 OData/PxWeb API,schema 完整。建议合并。
mingcha-dev
approved these changes
Mar 16, 2026
Contributor
mingcha-dev
left a comment
There was a problem hiding this comment.
🔍 明察 QA — PR #56
netherlands-cbs ✅
- HTTPS ✅, OData API ✅
- NL, government, national ✅
sweden-scb ✅
- HTTPS ✅, PxWeb API ✅
- SE, government, national ✅
两个北欧/西欧统计局,都有开放 API,LGTM 👍
mingcha-dev
reviewed
Mar 16, 2026
Contributor
mingcha-dev
left a comment
There was a problem hiding this comment.
🔍 明察 QA Review — PR #56
重复 ID 检查
- ✅
netherlands-cbs— 无重复 - ✅
sweden-scb— 无重复
URL 验证
netherlands-cbs 🇳🇱
| URL | 状态 | 说明 |
|---|---|---|
| website: cbs.nl | ✅ 200 | |
| data_url: opendata.cbs.nl | ✅ 200 | |
| api_url: opendata.cbs.nl/ODataApi/OData/ | 🔴 404 | CBS 已迁移到 OData v4。建议改为 https://odata4.cbs.nl/CBS/Datasets (200 ✅) |
sweden-scb 🇸🇪
| URL | 状态 | 说明 |
|---|---|---|
| website: scb.se | 连接建立但 TLS 握手超时(198.18.0.167 是本地代理 IP),网络限制非 URL 问题 | |
| data_url: scb.se/en/finding-statistics/ | ||
| api_url: api.scb.se/OV0104/v1/doris/en/ssd |
SCB 所有 URL 解析到 198.18.0.167(本地代理 IP),是 Mac mini 网络代理问题,非 URL 错误。URL 格式正确。
需修复
- 🔴 netherlands-cbs
api_url→ 改为https://odata4.cbs.nl/CBS/Datasets(CBS OData v3 已废弃)
修复后 approve 👍
Collaborator
Author
|
Superseded: fixing CBS api_url |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Data Sources
🇳🇱 Netherlands CBS (Centraal Bureau voor de Statistiek)
netherlands-cbs🇸🇪 Sweden SCB (Statistiska centralbyrån)
sweden-scbValidation
make validate— schema compliantmake check-ids— no duplicate IDs (158 total)make check-domains— domain consistency OK