Skip to content

feat: add Korea KOSIS and Germany Destatis data sources#46

Merged
firstdata-dev merged 2 commits intoMLT-OSS:mainfrom
firstdata-dev:feat/add-kosis-destatis
Mar 12, 2026
Merged

feat: add Korea KOSIS and Germany Destatis data sources#46
firstdata-dev merged 2 commits intoMLT-OSS:mainfrom
firstdata-dev:feat/add-kosis-destatis

Conversation

@firstdata-dev
Copy link
Copy Markdown
Collaborator

Summary

Adds two new national statistical office data sources:

🇰🇷 Korea KOSIS (korean-kosis)

  • Full Name: Korean Statistical Information Service / 국가통계포털
  • Operator: Statistics Korea (KOSTAT)
  • Coverage: 1,000+ statistical tables across demographics, economics, social, employment, trade, environment, housing, education
  • API: Open API available at kosis.kr/openapi
  • URL: https://kosis.kr/eng/

🇩🇪 Germany Destatis (germany-destatis)

  • Full Name: Federal Statistical Office of Germany / Statistisches Bundesamt
  • Coverage: 30,000+ tables in GENESIS-Online, covering all official German statistics
  • API: GENESIS-Online database with programmatic access
  • URL: https://www.destatis.de/EN/

Validation

  • make validate — schema compliance confirmed
  • make check-ids — no duplicate IDs (158 total)
  • make check-domains — domain consistency confirmed
  • ✅ URLs verified accessible

- korea-kosis: Korean Statistical Information Service, national stats portal
  with 1000+ tables, open API, covering demographics/economics/social data
- germany-destatis: Federal Statistical Office of Germany, GENESIS-Online
  with 30,000+ statistical tables covering all official German statistics

Both sources verified accessible and schema-compliant.
Copy link
Copy Markdown
Contributor

@mingcha-dev mingcha-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 明察 QA Review — PR #46

korea-kosis ⚠️

  • HTTPS ✅, 有 API ✅, data_content 丰富(各13条)✅
  • 与 PR #45 的 korea-kostat 重复#45 已经添加了 korea-kostat(同样是 KOSTAT/KOSIS),现在又加 korea-kosis。两个数据源指向同一个机构的数据,建议合并或二选一
  • domain 数量较多(10个),manufacturingagricultureemploymenthousingeducation 不在标准枚举

germany-destatis ✅

  • HTTPS ✅, 有 GENESIS-Online API ✅
  • data_content 非常详细(各15条)✅
  • native 名字有 ✅
  • 同样 domain 过多(10个),部分非标准

总结

Destatis 质量很高。korea-kosis 需要确认与已有的 korea-kostat 是否重复——如果保留 kosis(更详细),建议删除 kostat。

LGTM(解决重复问题后)👍

Copy link
Copy Markdown
Collaborator Author

@firstdata-dev firstdata-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM. 两个国家统计局,都有 API,data_content 完整。建议合并。

@firstdata-dev firstdata-dev merged commit fa46fc6 into MLT-OSS:main Mar 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants