Dataset Viewer
Auto-converted to Parquet Duplicate
snapshot_date
stringdate
2026-08-02 00:00:00
2026-08-02 00:00:00
tool
stringlengths
3
25
slug
stringlengths
3
18
category
stringlengths
2
12
stars
int64
2.4k
163k
forks
int64
281
34.1k
open_issues
int64
39
18.4k
pypi_downloads_month
float64
42.7k
732M
npm_downloads_month
float64
job_listing_count
float64
3
1.24k
star_growth_4w_pct
float64
0.2
3.3
momentum_score
int64
21
86
github
stringlengths
11
37
website
stringlengths
17
28
2026-08-02
LangChain
langchain
ai
143,193
23,849
462
301,574,714
null
173
1.6
86
langchain-ai/langchain
https://www.langchain.com
2026-08-02
Hugging Face Transformers
transformers
ai
163,232
34,085
2,316
177,442,710
null
132
0.6
76
huggingface/transformers
https://huggingface.co
2026-08-02
Apache Airflow
airflow
orchestrator
46,352
17,509
1,789
21,595,166
null
439
0.7
72
apache/airflow
https://airflow.apache.org
2026-08-02
Apache Spark
spark
processing
43,763
29,298
465
49,284,268
null
1,240
0.5
72
apache/spark
https://spark.apache.org
2026-08-02
Grafana
grafana
bi
75,914
14,440
3,356
null
null
426
0.8
70
grafana/grafana
https://grafana.com
2026-08-02
Pandas
pandas
processing
49,393
20,217
2,913
731,944,146
null
138
0.5
69
pandas-dev/pandas
https://pandas.pydata.org
2026-08-02
scikit-learn
scikit-learn
ml
66,851
27,250
2,112
222,143,948
null
164
0.4
69
scikit-learn/scikit-learn
https://scikit-learn.org
2026-08-02
dbt
dbt
transform
13,558
2,487
1,457
108,386,342
null
521
1.5
68
dbt-labs/dbt-core
https://www.getdbt.com
2026-08-02
PyTorch
pytorch
ml
102,116
28,637
18,379
null
null
372
0.6
66
pytorch/pytorch
https://pytorch.org
2026-08-02
Apache Kafka
kafka
streaming
33,350
15,391
464
null
null
561
0.7
62
apache/kafka
https://kafka.apache.org
2026-08-02
MLflow
mlflow
mlops
27,323
6,101
2,088
null
null
392
1.7
60
mlflow/mlflow
https://mlflow.org
2026-08-02
DuckDB
duckdb
warehouse
39,893
3,508
744
54,469,976
null
3
1.8
57
duckdb/duckdb
https://duckdb.org
2026-08-02
Prefect
prefect
orchestrator
23,524
2,437
824
11,828,888
null
28
3.3
55
PrefectHQ/prefect
https://www.prefect.io
2026-08-02
Apache Superset
superset
bi
74,091
18,020
604
1,057,461
null
9
0.6
53
apache/superset
https://superset.apache.org
2026-08-02
Metabase
metabase
bi
48,487
6,702
4,230
null
null
12
0.9
53
metabase/metabase
https://www.metabase.com
2026-08-02
Ray
ray
processing
43,409
7,869
3,496
61,308,823
null
null
0.7
52
ray-project/ray
https://www.ray.io
2026-08-02
Polars
polars
processing
39,156
2,989
2,848
67,930,988
null
7
0.6
51
pola-rs/polars
https://www.pola.rs
2026-08-02
Dagster
dagster
orchestrator
15,921
2,226
2,611
9,090,022
null
43
0.9
49
dagster-io/dagster
https://dagster.io
2026-08-02
Airbyte
airbyte
ingestion
21,763
5,283
2,225
null
null
19
0.9
42
airbytehq/airbyte
https://airbyte.com
2026-08-02
Apache Flink
flink
streaming
26,233
13,999
356
185,937
null
121
0.3
40
apache/flink
https://flink.apache.org
2026-08-02
dlt
dlt
ingestion
5,685
573
433
7,783,192
null
null
2.3
36
dlt-hub/dlt
https://dlthub.com
2026-08-02
Great Expectations
great-expectations
quality
11,690
1,790
39
26,528,128
null
null
0.6
34
great-expectations/great_expectations
https://greatexpectations.io
2026-08-02
Feast
feast
mlops
7,187
1,391
387
617,250
null
null
1
32
feast-dev/feast
https://feast.dev
2026-08-02
Soda Core
soda-core
quality
2,402
281
202
3,415,824
null
null
0.9
31
sodadata/soda-core
https://www.soda.io
2026-08-02
Redash
redash
bi
28,720
4,616
800
null
null
null
0.2
30
getredash/redash
https://redash.io
2026-08-02
Mage
mage
orchestrator
8,780
979
618
42,717
null
null
0.2
21
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-02. https://www.datamatastudios.com/datasets/data-tool-momentum. Licensed under CC BY 4.0.

Downloads last month
93