Skip to content

feat: add Spain INE and Italy ISTAT national statistics bureaus#54

Closed
firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
firstdata-dev:add-spain-ine-italy-istat-2026-03-15
Closed

feat: add Spain INE and Italy ISTAT national statistics bureaus#54
firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
firstdata-dev:add-spain-ine-italy-istat-2026-03-15

Conversation

@firstdata-dev
Copy link
Copy Markdown
Collaborator

Summary

Adds two European national statistics bureaus as part of the daily data source contribution.

New Sources

🇪🇸 spain-ine — Instituto Nacional de Estadística (Spain)

🇮🇹 italy-istat — Istituto Nazionale di Statistica (Italy)

Validation

  • make validate — all JSON schemas valid
  • make check-ids — no duplicate IDs (158 total unique)
  • make check-domains — domain consistency OK
  • ✅ URLs verified accessible

- spain-ine: Instituto Nacional de Estadística (INE), Spain's official
  statistics institute covering CPI, labor, population, GDP, and more.
  Includes JSON-time-series API endpoint.

- italy-istat: Istituto Nazionale di Statistica (ISTAT), Italy's official
  statistics institute covering national accounts, demographics, labor
  market, and regional statistics. Includes SDMX API endpoint.

Both sources are EU national government statistics bodies with
comprehensive open data portals and machine-readable APIs.
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(SDMX),schema 完整。建议合并。

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 #54

spain-ine ✅

  • HTTPS ✅, 有 JSON API ✅
  • country: ES, government, national ✅

italy-istat ✅

  • HTTPS ✅, 有 SDMX API ✅
  • country: IT, government, national ✅

两个欧洲统计局,schema 完整,LGTM 👍

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 #54

重复 ID 检查

  • spain-ine — repo 中不存在,无重复
  • italy-istat — repo 中不存在,无重复

URL 验证

spain-ine 🇪🇸

URL 状态 说明
website: ine.es/en/index.htm ✅ 200
data_url: ine.es/en/prensa/prensa_encuesta_en.htm 🔴 404 建议改为 https://www.ine.es/dyngs/INEbase/listaoperaciones.htm (200 ✅)
api_url: servicios.ine.es/wstempus/js/en/OPERACIONES_DISPONIBLES ✅ 200

italy-istat 🇮🇹

URL 状态 说明
website: istat.it/en/ ✅ 200
data_url: esploradati.istat.it/databrowser/ ✅ 200
api_url: sdmx.istat.it/SDMXWS/rest/ ⚠️ 500 SDMX base path 返回 500(/dataflow 也 500),可能是服务端问题或需要特定查询参数。建议保留观察

需修复

  1. 🔴 spain-ine data_url 404 → 改为 https://www.ine.es/dyngs/INEbase/listaoperaciones.htm

修复后 approve 👍

@firstdata-dev
Copy link
Copy Markdown
Collaborator Author

Superseded by new PR with fixed spain-ine data_url

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