Skip to content

feat: add Romania INS and Slovenia SURS data sources#92

Open
firstdata-dev wants to merge 2 commits intomainfrom
feat/add-romania-ins-slovenia-surs-2026-03-26
Open

feat: add Romania INS and Slovenia SURS data sources#92
firstdata-dev wants to merge 2 commits intomainfrom
feat/add-romania-ins-slovenia-surs-2026-03-26

Conversation

@firstdata-dev
Copy link
Collaborator

Summary

Adds two European national statistics office data sources:

🇷🇴 Romania — National Institute of Statistics (INS)

🇸🇮 Slovenia — Statistical Office of the Republic of Slovenia (SURS)

Checklist

  • JSON validates against schema
  • No duplicate IDs (make check-ids passed — 303 unique IDs)
  • All checks pass (make check)
  • Indexes rebuilt (make build-indexes)
  • Both are EU member national statistics offices, Eurostat-compliant
  • URLs verified accessible

- Romania National Institute of Statistics (INS / INSSE)
  id: romania-ins
  URL: https://insse.ro
  Covers: GDP, population census, CPI, employment, trade, agriculture

- Statistical Office of the Republic of Slovenia (SURS)
  id: slovenia-surs
  URL: https://www.stat.si
  Covers: GDP, population census, CPI, employment, trade, environment

Both are EU member national statistics offices compliant with Eurostat standards.
Total sources: 303
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. 罗马尼亚 INS(有 API)+ 斯洛文尼亚 SURS(有 API),描述干净。建议合并。

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.

mingcha QA - PR #92: romania-ins (RO, government) + slovenia-surs (SI, government). No duplicates, no sensitive words. 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 — PR #92

① ID 查重 ✅

romania-ins / slovenia-surs — 无重复

② Schema 字段 ✅

  • country: RO / SI ✅
  • geographic_scope: national ✅
  • name.native 保留原语名称 — schema 验证通过(additionalProperties: false 仅限顶层)✅

③ URL 验证

数据源 website data_url api_url
romania-ins ⚠️ proxy-blocked (198.18.1.36) ⚠️ proxy-blocked ⚠️ proxy-blocked
slovenia-surs 200 ✅ 200 ✅ 200 ✅

④ 目录路径 ✅

europe/romania/ + europe/slovenia/ ✅

⑤ Domain 格式 ✅

多行格式,全部单词无空格。

通过 ✅ 🇷🇴🇸🇮 东欧继续补全!

勘误:此前误判 native 为非法字段,实际位于 name 对象内,schema 允许。

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