Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions datos/reddit_sentimiento_frameworks.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework,total_menciones,positivos,neutros,negativos,% positivo,% neutro,% negativo
Django,3,3,0,0,100.0,0.0,0.0
Spring,1,1,0,0,100.0,0.0,0.0
Laravel,19,18,0,1,94.74,0.0,5.26
Express,15,14,0,1,93.33,0.0,6.67
FastAPI,2,1,0,1,50.0,0.0,50.0
Django,4,4,0,0,100.0,0.0,0.0
Spring,2,2,0,0,100.0,0.0,0.0
Express,10,9,0,1,90.0,0.0,10.0
Laravel,20,16,1,3,80.0,5.0,15.0
FastAPI,4,3,0,1,75.0,0.0,25.0
20 changes: 10 additions & 10 deletions datos/reddit_temas_emergentes.csv
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
tema,menciones
IA/Machine Learning,139
Performance,50
Cloud,36
Seguridad,36
Testing,31
DevOps,25
Python,20
TypeScript,17
Microservicios,11
Web3/Blockchain,6
IA/Machine Learning,141
Cloud,38
Performance,38
Seguridad,28
DevOps,27
Testing,27
Python,19
TypeScript,18
Microservicios,5
Web3/Blockchain,4
110 changes: 105 additions & 5 deletions frontend/assets/data/reddit_interseccion_history.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"generated_at_utc": "2026-05-04T04:26:35Z",
"generated_at_utc": "2026-05-11T04:32:00Z",
"dataset": "interseccion_github_reddit",
"source_mode": "history",
"snapshot_count": 6,
"latest_snapshot_date": "2026-05-04",
"previous_snapshot_date": "2026-04-27",
"snapshot_count": 7,
"latest_snapshot_date": "2026-05-11",
"previous_snapshot_date": "2026-05-04",
"coverage_pct": 30.0,
"comparable_count": 3,
"item_count": 10,
Expand Down Expand Up @@ -95,7 +95,7 @@
"brecha_abs": null,
"promedio_rank": null,
"direccion": "incompleto",
"rank_github_prev": null,
"rank_github_prev": 5,
"rank_reddit_prev": null,
"delta_gap": null,
"trend_direction": null
Expand Down Expand Up @@ -770,6 +770,106 @@
"direccion": "incompleto"
}
]
},
{
"date": "2026-05-11",
"path": "datos/history/interseccion/year=2026/month=05/day=11/interseccion_github_reddit.csv",
"source_type": "history",
"row_count": 10,
"comparable_count": 3,
"coverage_pct": 30.0,
"items": [
{
"tecnologia": "Python",
"tipo": "Lenguaje",
"ranking_github": 1,
"ranking_reddit": 7,
"brecha_abs": 6,
"promedio_rank": 4.0,
"direccion": "github_favorece"
},
{
"tecnologia": "TypeScript",
"tipo": "Lenguaje",
"ranking_github": 2,
"ranking_reddit": 8,
"brecha_abs": 6,
"promedio_rank": 5.0,
"direccion": "github_favorece"
},
{
"tecnologia": "JavaScript",
"tipo": "Lenguaje",
"ranking_github": 4,
"ranking_reddit": 10,
"brecha_abs": 6,
"promedio_rank": 7.0,
"direccion": "github_favorece"
},
{
"tecnologia": "Angular",
"tipo": "Framework Frontend",
"ranking_github": 2,
"ranking_reddit": null,
"brecha_abs": null,
"promedio_rank": null,
"direccion": "incompleto"
},
{
"tecnologia": "Next.js",
"tipo": "Framework Frontend",
"ranking_github": 1,
"ranking_reddit": null,
"brecha_abs": null,
"promedio_rank": null,
"direccion": "incompleto"
},
{
"tecnologia": "React",
"tipo": "Framework Frontend",
"ranking_github": 3,
"ranking_reddit": null,
"brecha_abs": null,
"promedio_rank": null,
"direccion": "incompleto"
},
{
"tecnologia": "Rust",
"tipo": "Lenguaje",
"ranking_github": 5,
"ranking_reddit": null,
"brecha_abs": null,
"promedio_rank": null,
"direccion": "incompleto"
},
{
"tecnologia": "Sin especificar",
"tipo": "Lenguaje",
"ranking_github": 3,
"ranking_reddit": null,
"brecha_abs": null,
"promedio_rank": null,
"direccion": "incompleto"
},
{
"tecnologia": "Svelte",
"tipo": "Framework Frontend",
"ranking_github": 4,
"ranking_reddit": null,
"brecha_abs": null,
"promedio_rank": null,
"direccion": "incompleto"
},
{
"tecnologia": "Vue 3",
"tipo": "Framework Frontend",
"ranking_github": 5,
"ranking_reddit": null,
"brecha_abs": null,
"promedio_rank": null,
"direccion": "incompleto"
}
]
}
]
}
10 changes: 5 additions & 5 deletions frontend/assets/data/reddit_sentimiento_frameworks.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework,total_menciones,positivos,neutros,negativos,% positivo,% neutro,% negativo
Django,3,3,0,0,100.0,0.0,0.0
Spring,1,1,0,0,100.0,0.0,0.0
Laravel,19,18,0,1,94.74,0.0,5.26
Express,15,14,0,1,93.33,0.0,6.67
FastAPI,2,1,0,1,50.0,0.0,50.0
Django,4,4,0,0,100.0,0.0,0.0
Spring,2,2,0,0,100.0,0.0,0.0
Express,10,9,0,1,90.0,0.0,10.0
Laravel,20,16,1,3,80.0,5.0,15.0
FastAPI,4,3,0,1,75.0,0.0,25.0
72 changes: 36 additions & 36 deletions frontend/assets/data/reddit_sentimiento_public.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"generated_at_utc": "2026-05-04T10:22:41Z",
"generated_at_utc": "2026-05-11T04:31:59Z",
"dataset": "reddit_sentimiento_frameworks",
"source_mode": "latest",
"source_path": "datos/latest/reddit_sentimiento_frameworks.csv",
"source_updated_at_utc": "2026-05-04T10:22:36Z",
"source_updated_at_utc": "2026-05-11T04:31:51Z",
"framework_count": 5,
"frameworks": [
{
"framework": "Django",
"total_menciones": 3,
"positivos": 3,
"total_menciones": 4,
"positivos": 4,
"neutros": 0,
"negativos": 0,
"porcentaje_positivo": 100.0,
Expand All @@ -18,50 +18,50 @@
},
{
"framework": "Spring",
"total_menciones": 1,
"positivos": 1,
"total_menciones": 2,
"positivos": 2,
"neutros": 0,
"negativos": 0,
"porcentaje_positivo": 100.0,
"porcentaje_neutro": 0.0,
"porcentaje_negativo": 0.0
},
{
"framework": "Laravel",
"total_menciones": 19,
"positivos": 18,
"framework": "Express",
"total_menciones": 10,
"positivos": 9,
"neutros": 0,
"negativos": 1,
"porcentaje_positivo": 94.74,
"porcentaje_positivo": 90.0,
"porcentaje_neutro": 0.0,
"porcentaje_negativo": 5.26
"porcentaje_negativo": 10.0
},
{
"framework": "Express",
"total_menciones": 15,
"positivos": 14,
"neutros": 0,
"negativos": 1,
"porcentaje_positivo": 93.33,
"porcentaje_neutro": 0.0,
"porcentaje_negativo": 6.67
"framework": "Laravel",
"total_menciones": 20,
"positivos": 16,
"neutros": 1,
"negativos": 3,
"porcentaje_positivo": 80.0,
"porcentaje_neutro": 5.0,
"porcentaje_negativo": 15.0
},
{
"framework": "FastAPI",
"total_menciones": 2,
"positivos": 1,
"total_menciones": 4,
"positivos": 3,
"neutros": 0,
"negativos": 1,
"porcentaje_positivo": 50.0,
"porcentaje_positivo": 75.0,
"porcentaje_neutro": 0.0,
"porcentaje_negativo": 50.0
"porcentaje_negativo": 25.0
}
],
"summary": {
"positive_leader": {
"framework": "Django",
"total_menciones": 3,
"positivos": 3,
"total_menciones": 4,
"positivos": 4,
"neutros": 0,
"negativos": 0,
"porcentaje_positivo": 100.0,
Expand All @@ -70,23 +70,23 @@
},
"largest_sample": {
"framework": "Laravel",
"total_menciones": 19,
"positivos": 18,
"neutros": 0,
"negativos": 1,
"porcentaje_positivo": 94.74,
"porcentaje_neutro": 0.0,
"porcentaje_negativo": 5.26
"total_menciones": 20,
"positivos": 16,
"neutros": 1,
"negativos": 3,
"porcentaje_positivo": 80.0,
"porcentaje_neutro": 5.0,
"porcentaje_negativo": 15.0
},
"negative_leader": {
"framework": "FastAPI",
"total_menciones": 2,
"positivos": 1,
"total_menciones": 4,
"positivos": 3,
"neutros": 0,
"negativos": 1,
"porcentaje_positivo": 50.0,
"porcentaje_positivo": 75.0,
"porcentaje_neutro": 0.0,
"porcentaje_negativo": 50.0
"porcentaje_negativo": 25.0
},
"framework_count": 5,
"total_menciones": 40
Expand Down
20 changes: 10 additions & 10 deletions frontend/assets/data/reddit_temas_emergentes.csv
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
tema,menciones
IA/Machine Learning,139
Performance,50
Cloud,36
Seguridad,36
Testing,31
DevOps,25
Python,20
TypeScript,17
Microservicios,11
Web3/Blockchain,6
IA/Machine Learning,141
Cloud,38
Performance,38
Seguridad,28
DevOps,27
Testing,27
Python,19
TypeScript,18
Microservicios,5
Web3/Blockchain,4
Loading
Loading