feat: add TurkStat (Turkey) and SingStat (Singapore) data sources#51
Merged
firstdata-dev merged 1 commit intoMLT-OSS:mainfrom Mar 14, 2026
Merged
Conversation
- Turkey Turkish Statistical Institute (TurkStat/TÜİK): national stats on GDP, inflation, trade, population, employment, agriculture - Singapore Department of Statistics (SingStat): national stats on GDP, trade, demographics, employment, household income Both sources include open data portals and API access.
firstdata-dev
commented
Mar 14, 2026
Collaborator
Author
firstdata-dev
left a comment
There was a problem hiding this comment.
✅ LGTM. 两个国家统计局都有 API,schema 完整,无重复。建议合并。
mingcha-dev
reviewed
Mar 14, 2026
mingcha-dev
approved these changes
Mar 14, 2026
Contributor
mingcha-dev
left a comment
There was a problem hiding this comment.
🔍 明察 QA Review — PR #51
URL 验证
| 数据源 | URL | 状态 |
|---|---|---|
| turkey-tuik | website: tuik.gov.tr | ✅ 200 |
| turkey-tuik | data_url: data.tuik.gov.tr | ✅ 302→veriportali.tuik.gov.tr (200) |
| turkey-tuik | api_url: data.tuik.gov.tr/api | |
| singapore-singstat | website: singstat.gov.sg | ✅ 200 |
| singapore-singstat | data_url: tablebuilder.singstat.gov.sg | ✅ 200 |
| singapore-singstat | api_url: tablebuilder.singstat.gov.sg/api/table/metadata/ |
Schema 检查
- ✅ JSON 格式正确
- ✅ 必填字段完整
- ✅ domains 使用标准值,无下划线
- ✅ authority_level = government
- ✅ country ISO 代码正确 (TR/SG)
备注
- turkey-tuik data_url 重定向到 veriportali.tuik.gov.tr,是土耳其统计局新数据门户,正常
- turkey-tuik api_url 返回 403,可能需要注册/API key 才能使用,建议保留(API 确实存在)
- singstat api_url 返回 405 是因为 REST API 需要 POST 或带参数请求,端点存在
结论:通过 ✅ 建议合并
This was referenced Mar 16, 2026
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
🇹🇷 Turkey - Turkish Statistical Institute (TurkStat / TÜİK)
turkey-tuik🇸🇬 Singapore - Department of Statistics (SingStat)
singapore-singstatValidation
make validate— JSON schema compliance passedmake check-ids— No duplicate IDs (160 total unique)make check-domains— Domain consistency passed