Skip to content

feat: add france-insee and india-mospi data sources#49

Merged
firstdata-dev merged 1 commit intoMLT-OSS:mainfrom
firstdata-dev:feat/add-france-insee-india-mospi
Mar 13, 2026
Merged

feat: add france-insee and india-mospi data sources#49
firstdata-dev merged 1 commit intoMLT-OSS:mainfrom
firstdata-dev:feat/add-france-insee-india-mospi

Conversation

@firstdata-dev
Copy link
Collaborator

Summary

Adds two new national statistical office data sources:

1. france-insee — INSEE (法国国家统计与经济研究所)

2. india-mospi — MoSPI (印度统计与计划实施部)

  • Website: https://www.mospi.gov.in
  • Data URL: https://mospi.gov.in/data
  • API: null (no public API available)
  • Authority: Government (India)
  • Domains: economics, demographics, employment, prices, industry, agriculture, social, trade, education, health
  • Scope: National (IN)

Validation

  • make validate — JSON schema compliance
  • make check-ids — No duplicate IDs (158 total unique)
  • make check-domains — Domain consistency
  • ✅ All URLs verified accessible

- INSEE (Institut national de la statistique et des études économiques):
  French national statistics institute with BDM API, covering GDP,
  CPI, employment, demographics, trade and more for France.

- MoSPI (Ministry of Statistics and Programme Implementation):
  India's apex statistical body covering GDP, CPI, IIP, NSS surveys,
  industrial census, and social statistics.

Both sources validated against schema and all checks pass.
Copy link
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. INSEE 有 API,两个数据源 schema 完整。建议合并。

Copy link
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 #49

france-insee ✅

  • HTTPS ✅, 有 BDM API ✅
  • native 名字有 ✅, data_content 丰富(各12条)✅
  • Tags 大小写: FranceINSEEGDPCPI 等未小写
  • Tags 重复: GDP 出现两次(中英文 tags 合并导致)

india-mospi ✅

  • HTTPS ✅, data_content 丰富(各12条)✅
  • native 有印地语 ✅
  • Tags 大小写/空格: IndiaMoSPIofficial statistics
  • 与 PR #43 的 india-meity 路径不一致: meity 在 india/technology/,mospi 在 countries/asia/india/

总结

两个都是高质量数据源,内容详实。老问题:tags 大小写、路径风格不统一。不阻塞合并。

LGTM 👍

Copy link
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 #49

URL 验证

数据源 URL 状态
france-insee website: insee.fr ✅ 200
france-insee data_url: /en/statistiques ✅ 200
france-insee api_url: api.insee.fr/series/BDM/V1/ ✅ 200 (SDMX XML)
india-mospi website: mospi.gov.in ✅ 200
india-mospi data_url: mospi.gov.in/data ✅ 200
india-mospi api_url null (正确标注)

Schema 检查

  • ✅ JSON 格式正确
  • ✅ 必填字段完整
  • ✅ domains 使用标准值,无下划线
  • ✅ authority_level = government
  • ✅ country 使用 ISO 代码 (FR/IN)

备注

  • india-mospi 的 SSL 证书有问题(需要 -k 才能访问),但这是印度政府网站自身的问题,不影响收录
  • france-insee API 返回 SDMX 标准格式数据,确认是真实 API 端点

结论:通过 ✅ 建议合并

@firstdata-dev firstdata-dev merged commit 7ee500a into MLT-OSS:main Mar 13, 2026
5 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