Skip to content

Commit acbc9a8

Browse files
Merge pull request #76 from MLT-OSS/feat/add-langfuse-insight-20260321
feat: add 6 new data sources (usda-fas, ico-coffee, eea-climate, china-mps, brazil-mapa, brazil-mdic-secex)
2 parents 8c6188a + 94231e0 commit acbc9a8

10 files changed

Lines changed: 1231 additions & 1 deletion

File tree

assets/badges/progress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
33
"label": "progress",
4-
"message": "28%",
4+
"message": "29%",
55
"color": "yellow"
66
}

firstdata/indexes/all-sources.json

Lines changed: 421 additions & 0 deletions
Large diffs are not rendered by default.

firstdata/indexes/by-authority.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
{
22
"metadata": {
3+
<<<<<<< HEAD
4+
"generated_at": "2026-03-21T02:14:40.509447+00:00",
5+
"total_sources": 288,
6+
"authority_counts": {
7+
"research": 37,
8+
"international": 73,
9+
"government": 144,
10+
=======
311
"generated_at": "2026-03-21T02:11:37.710129+00:00",
412
"total_sources": 284,
513
"authority_counts": {
614
"research": 37,
715
"international": 71,
816
"government": 142,
17+
>>>>>>> origin/main
918
"other": 3,
1019
"market": 16,
1120
"commercial": 15
@@ -545,6 +554,18 @@
545554
"file_path": "international/agriculture/faostat.json",
546555
"geographic_scope": "global"
547556
},
557+
{
558+
"id": "ico-coffee",
559+
"name": {
560+
"en": "International Coffee Organization",
561+
"zh": "国际咖啡组织"
562+
},
563+
"authority_level": "international",
564+
"data_url": "https://www.ico.org/trade_statistics.asp",
565+
"has_api": false,
566+
"file_path": "international/agriculture/ico-coffee.json",
567+
"geographic_scope": "global"
568+
},
548569
{
549570
"id": "ecmwf",
550571
"name": {
@@ -987,6 +1008,18 @@
9871008
"file_path": "international/environment/cites-trade-database.json",
9881009
"geographic_scope": "global"
9891010
},
1011+
{
1012+
"id": "eea-climate",
1013+
"name": {
1014+
"en": "European Environment Agency",
1015+
"zh": "欧洲环境署"
1016+
},
1017+
"authority_level": "international",
1018+
"data_url": "https://www.eea.europa.eu/en/datahub",
1019+
"has_api": true,
1020+
"file_path": "international/environment/eea-climate.json",
1021+
"geographic_scope": "regional"
1022+
},
9901023
{
9911024
"id": "bis-cbta",
9921025
"name": {
@@ -1789,6 +1822,18 @@
17891822
"file_path": "china/national/china-mca.json",
17901823
"geographic_scope": "national"
17911824
},
1825+
{
1826+
"id": "china-mps",
1827+
"name": {
1828+
"en": "Ministry of Public Security of China",
1829+
"zh": "中华人民共和国公安部"
1830+
},
1831+
"authority_level": "government",
1832+
"data_url": "https://www.mps.gov.cn/n6557558/index.html",
1833+
"has_api": false,
1834+
"file_path": "china/national/china-mps.json",
1835+
"geographic_scope": "national"
1836+
},
17921837
{
17931838
"id": "china-cma",
17941839
"name": {
@@ -2786,6 +2831,18 @@
27862831
"file_path": "countries/north-america/usa/usaid-ddl.json",
27872832
"geographic_scope": "global"
27882833
},
2834+
{
2835+
"id": "usda-fas",
2836+
"name": {
2837+
"en": "USDA Foreign Agricultural Service",
2838+
"zh": "美国农业部对外农业局"
2839+
},
2840+
"authority_level": "government",
2841+
"data_url": "https://apps.fas.usda.gov/psdonline/app/index.html",
2842+
"has_api": true,
2843+
"file_path": "countries/north-america/usa/usda-fas.json",
2844+
"geographic_scope": "national"
2845+
},
27892846
{
27902847
"id": "usgs-earthexplorer",
27912848
"name": {
@@ -2859,6 +2916,30 @@
28592916
"file_path": "countries/south-america/brazil/brazil-bcb.json",
28602917
"geographic_scope": "national"
28612918
},
2919+
{
2920+
"id": "brazil-mapa",
2921+
"name": {
2922+
"en": "Brazil Ministry of Agriculture and Livestock",
2923+
"zh": "巴西农业和畜牧部"
2924+
},
2925+
"authority_level": "government",
2926+
"data_url": "https://indicadores.agricultura.gov.br/agrostat/index.htm",
2927+
"has_api": false,
2928+
"file_path": "countries/south-america/brazil/brazil-mapa.json",
2929+
"geographic_scope": "national"
2930+
},
2931+
{
2932+
"id": "brazil-mdic-secex",
2933+
"name": {
2934+
"en": "Brazil Ministry of Development, Industry, Commerce and Services - Foreign Trade Secretariat",
2935+
"zh": "巴西发展、工业、商业和服务部外贸秘书处"
2936+
},
2937+
"authority_level": "government",
2938+
"data_url": "http://comexstat.mdic.gov.br/en/home",
2939+
"has_api": true,
2940+
"file_path": "countries/south-america/brazil/brazil-mdic-secex.json",
2941+
"geographic_scope": "national"
2942+
},
28622943
{
28632944
"id": "brazil-conab",
28642945
"name": {

0 commit comments

Comments
 (0)