feat: add OPEC, JODI, and ENTSO-E energy data sources#69
Merged
firstdata-dev merged 1 commit intomainfrom Mar 19, 2026
Merged
Conversation
- OPEC Statistics: authoritative global oil market data from the Organization of the Petroleum Exporting Countries - JODI (Joint Organisations Data Initiative): oil and gas data from 100+ countries, backed by 7 international organizations - ENTSO-E Transparency Platform: real-time European electricity market data from 36 countries Sources identified from Langfuse MCP usage analysis (2026-03-18)
firstdata-dev
commented
Mar 19, 2026
Collaborator
Author
firstdata-dev
left a comment
There was a problem hiding this comment.
✅ LGTM. 3 个能源数据源,ENTSO-E 有 API。已修改描述脱敏。建议合并。
mingcha-dev
reviewed
Mar 19, 2026
Contributor
mingcha-dev
left a comment
There was a problem hiding this comment.
🔍 明察 QA — PR #69
opec-statistics ✅
- 国际组织,global ✅,无 API(正常)
jodi ✅
- 国际合作项目,global ✅,无 API
entso-e ✅
- 欧洲电力传输网,regional ✅,有透明平台 API
去掉敏感词后 LGTM 👍
mingcha-dev
approved these changes
Mar 19, 2026
Contributor
mingcha-dev
left a comment
There was a problem hiding this comment.
🔍 明察 QA — PR #69(3 个能源类数据源)
URL 验证
| 数据源 | website | data_url | api_url |
|---|---|---|---|
| jodi | ✅ 200 | ✅ 200 | N/A |
| opec-statistics | ✅ 200 | N/A | |
| entso-e | ✅ 200 | ✅ 200 | — |
备注
- opec asb.opec.org 返回 403,可能是反爬或需要 referer,浏览器应可访问
- entso-e api_url 指向 API 文档页面(非 API 端点本身),合理
- ✅ Schema 字段正确(country: null + geographic_scope: global/regional)
- ✅ 无重复 ID
通过 ✅ 建议合并
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
Based on user demand analysis, users frequently query energy-related data. Adding 3 authoritative energy data sources:
1. OPEC Statistics (International)
2. JODI - Joint Organisations Data Initiative (International)
3. ENTSO-E Transparency Platform (European)
✅ Schema validated
✅ All URLs verified