Dataset Viewer
Auto-converted to Parquet Duplicate
snapshot_date
stringdate
2026-08-25 00:00:00
2026-08-25 00:00:00
tool
stringlengths
3
25
slug
stringlengths
3
18
category
stringlengths
2
12
stars
int64
2.42k
164k
forks
int64
284
34.3k
open_issues
int64
42
17.3k
pypi_downloads_month
float64
40k
259M
npm_downloads_month
float64
job_listing_count
float64
9
934
star_growth_4w_pct
float64
0.2
2.7
momentum_score
int64
27
89
github
stringlengths
11
37
website
stringlengths
17
28
2026-08-25
LangChain
langchain
ai
144,915
24,152
420
259,059,269
null
171
2
89
langchain-ai/langchain
https://www.langchain.com
2026-08-25
PyTorch
pytorch
ml
102,578
28,969
17,317
91,600,620
null
394
0.8
79
pytorch/pytorch
https://pytorch.org
2026-08-25
Grafana
grafana
bi
76,393
14,630
3,319
null
null
416
1
75
grafana/grafana
https://grafana.com
2026-08-25
Apache Spark
spark
processing
43,872
29,344
476
46,543,330
null
934
0.5
74
apache/spark
https://spark.apache.org
2026-08-25
Hugging Face Transformers
transformers
ai
164,404
34,344
2,397
null
null
143
1
73
huggingface/transformers
https://huggingface.co
2026-08-25
dbt
dbt
transform
13,685
2,523
1,563
94,240,723
null
507
1.6
70
dbt-labs/dbt-core
https://www.getdbt.com
2026-08-25
scikit-learn
scikit-learn
ml
67,057
27,309
2,128
241,604,164
null
129
0.5
69
scikit-learn/scikit-learn
https://scikit-learn.org
2026-08-25
Apache Airflow
airflow
orchestrator
46,599
17,670
1,928
null
null
419
0.9
67
apache/airflow
https://airflow.apache.org
2026-08-25
Apache Kafka
kafka
streaming
33,609
15,453
517
null
null
576
1
67
apache/kafka
https://kafka.apache.org
2026-08-25
MLflow
mlflow
mlops
27,661
6,213
2,082
42,274,915
null
158
2.1
67
mlflow/mlflow
https://mlflow.org
2026-08-25
Metabase
metabase
bi
48,909
6,770
4,445
null
null
19
1.3
59
metabase/metabase
https://www.metabase.com
2026-08-25
Pandas
pandas
processing
49,560
20,288
2,771
null
null
123
0.7
59
pandas-dev/pandas
https://pandas.pydata.org
2026-08-25
Apache Superset
superset
bi
74,450
18,162
625
671,083
null
13
0.8
58
apache/superset
https://superset.apache.org
2026-08-25
DuckDB
duckdb
warehouse
40,585
3,604
819
null
null
9
2.7
52
duckdb/duckdb
https://duckdb.org
2026-08-25
Prefect
prefect
orchestrator
23,670
2,482
862
14,283,813
null
33
1
51
PrefectHQ/prefect
https://www.prefect.io
2026-08-25
Ray
ray
processing
43,602
7,962
3,519
60,871,346
null
null
0.7
50
ray-project/ray
https://www.ray.io
2026-08-25
Polars
polars
processing
39,478
3,046
2,867
null
null
11
1.1
48
pola-rs/polars
https://www.pola.rs
2026-08-25
Dagster
dagster
orchestrator
16,058
2,257
2,585
null
null
68
1.2
47
dagster-io/dagster
https://dagster.io
2026-08-25
Airbyte
airbyte
ingestion
21,949
5,323
2,364
null
null
11
1.4
44
airbytehq/airbyte
https://airbyte.com
2026-08-25
Apache Flink
flink
streaming
26,289
14,009
375
228,284
null
114
0.4
44
apache/flink
https://flink.apache.org
2026-08-25
dlt
dlt
ingestion
5,775
590
422
7,490,269
null
null
2.6
39
dlt-hub/dlt
https://dlthub.com
2026-08-25
Feast
feast
mlops
7,230
1,412
401
821,954
null
null
1.3
37
feast-dev/feast
https://feast.dev
2026-08-25
Great Expectations
great-expectations
quality
11,732
1,810
42
26,552,756
null
null
0.7
34
great-expectations/great_expectations
https://greatexpectations.io
2026-08-25
Redash
redash
bi
28,765
4,621
800
null
null
null
0.2
33
getredash/redash
https://redash.io
2026-08-25
Soda Core
soda-core
quality
2,417
284
198
null
null
null
1
29
sodadata/soda-core
https://www.soda.io
2026-08-25
Mage
mage
orchestrator
8,812
989
620
40,014
null
null
0.5
27
mage-ai/mage-ai
https://www.mage.ai

Datamata Data Tool Momentum Index

Datamata Data Tool Momentum Index

Cross-signal momentum for open source data tools: GitHub stars, forks and 4-week star growth, PyPI and npm downloads, and active job demand. One row per tool from the most recent weekly snapshot, with a 0-100 momentum score.

Quickstart

import pandas as pd

# Stream straight from the Hub — no download step needed
df = pd.read_csv("hf://datasets/datamatastudios/data-tool-momentum/data-tool-momentum.csv")

# Tools with the most momentum right now
print(df.sort_values("momentum_score", ascending=False).head(10))

Or load it with the 🤗 datasets library:

from datasets import load_dataset

ds = load_dataset("datamatastudios/data-tool-momentum")

What you can answer with it

  • Which open source data tools have the most momentum, blending GitHub, downloads and job demand.
  • Which tools are gaining GitHub stars fastest over the trailing four weeks (star_growth_4w_pct).
  • How ecosystem adoption (pypi_downloads_month, npm_downloads_month) lines up with real hiring demand (job_listing_count).
  • How any signal moves over time, by appending each weekly snapshot.

Columns

Column Type Description
snapshot_date string UTC date the latest snapshot was taken (YYYY-MM-DD).
tool string Tool name (e.g. dbt, Apache Airflow, DuckDB).
slug string Stable identifier used across Datamata surfaces.
category string Tooling category: transform, orchestrator, processing, streaming, ingestion, bi, ml, ai, mlops, warehouse or quality.
stars number GitHub stargazers on the snapshot date.
forks number GitHub forks on the snapshot date.
open_issues number Open GitHub issues on the snapshot date.
pypi_downloads_month number PyPI downloads in the trailing month. Blank for tools not on PyPI.
npm_downloads_month number npm downloads in the trailing month. Blank for tools not on npm.
job_listing_count number Active job listings mentioning the tool. Blank for tools not in the skill taxonomy.
star_growth_4w_pct number Change in GitHub stars over the trailing 4 weeks, as a percentage. Blank until 4 weeks of history exist.
momentum_score number 0-100 percentile composite of stars, job demand, downloads and 4-week star growth.
github string GitHub repository (owner/repo). Blank if not tracked on GitHub.
website string Project homepage.

How it is built

Each week we snapshot every tool from the GitHub REST API (stars, forks, open issues), pypistats.org and the npm registry (trailing-month downloads) and our active job listings. The momentum score is a percentile composite: 35% job demand, 30% GitHub stars, 20% downloads and 15% four-week star growth. Full method and known limitations: https://www.datamatastudios.com/methodology.

Citation

Datamata Studios. "Datamata Data Tool Momentum Index." 2026-08-25. https://www.datamatastudios.com/datasets/data-tool-momentum. Licensed under CC BY 4.0.

Downloads last month
99