Dataset Viewer
Auto-converted to Parquet Duplicate
snapshot_date
stringdate
2026-08-17 00:00:00
2026-08-17 00:00:00
tool
stringlengths
3
25
slug
stringlengths
3
18
category
stringlengths
2
12
stars
int64
2.41k
164k
forks
int64
283
34.3k
open_issues
int64
38
17.3k
pypi_downloads_month
float64
41k
775M
npm_downloads_month
float64
job_listing_count
float64
7
887
star_growth_4w_pct
float64
0.1
2.1
momentum_score
int64
22
87
github
stringlengths
11
37
website
stringlengths
17
28
2026-08-17
LangChain
langchain
ai
144,366
24,033
417
271,048,640
null
147
1.6
87
langchain-ai/langchain
https://www.langchain.com
2026-08-17
Hugging Face Transformers
transformers
ai
164,160
34,258
2,385
189,164,934
null
126
0.9
82
huggingface/transformers
https://huggingface.co
2026-08-17
PyTorch
pytorch
ml
102,427
28,885
17,344
92,374,914
null
366
0.7
80
pytorch/pytorch
https://pytorch.org
2026-08-17
Apache Airflow
airflow
orchestrator
46,506
17,595
1,886
20,673,221
null
388
0.7
70
apache/airflow
https://airflow.apache.org
2026-08-17
Apache Spark
spark
processing
43,825
29,321
460
47,458,115
null
887
0.4
70
apache/spark
https://spark.apache.org
2026-08-17
Pandas
pandas
processing
49,501
20,271
2,814
775,499,083
null
119
0.6
70
pandas-dev/pandas
https://pandas.pydata.org
2026-08-17
scikit-learn
scikit-learn
ml
66,959
27,292
2,128
233,216,644
null
126
0.4
70
scikit-learn/scikit-learn
https://scikit-learn.org
2026-08-17
dbt
dbt
transform
13,650
2,507
1,518
97,455,756
null
472
1.3
69
dbt-labs/dbt-core
https://www.getdbt.com
2026-08-17
Grafana
grafana
bi
76,251
14,566
3,366
null
null
381
0.8
69
grafana/grafana
https://grafana.com
2026-08-17
MLflow
mlflow
mlops
27,541
6,167
2,032
40,485,838
null
156
1.6
66
mlflow/mlflow
https://mlflow.org
2026-08-17
Apache Kafka
kafka
streaming
33,520
15,428
492
null
null
539
0.7
61
apache/kafka
https://kafka.apache.org
2026-08-17
DuckDB
duckdb
warehouse
40,277
3,572
813
59,898,926
null
7
1.9
56
duckdb/duckdb
https://duckdb.org
2026-08-17
Metabase
metabase
bi
48,798
6,749
4,356
null
null
16
1.1
54
metabase/metabase
https://www.metabase.com
2026-08-17
Apache Superset
superset
bi
74,286
18,116
602
803,061
null
11
0.6
53
apache/superset
https://superset.apache.org
2026-08-17
Polars
polars
processing
39,364
3,021
2,845
76,746,428
null
9
0.8
53
pola-rs/polars
https://www.pola.rs
2026-08-17
Prefect
prefect
orchestrator
23,631
2,465
847
13,880,556
null
33
0.9
48
PrefectHQ/prefect
https://www.prefect.io
2026-08-17
Ray
ray
processing
43,536
7,929
3,490
62,331,816
null
null
0.6
48
ray-project/ray
https://www.ray.io
2026-08-17
Dagster
dagster
orchestrator
16,005
2,240
2,590
null
null
56
0.9
42
dagster-io/dagster
https://dagster.io
2026-08-17
Airbyte
airbyte
ingestion
21,903
5,315
2,339
null
null
11
1.2
41
airbytehq/airbyte
https://airbyte.com
2026-08-17
Apache Flink
flink
streaming
26,266
14,001
377
217,169
null
119
0.3
41
apache/flink
https://flink.apache.org
2026-08-17
dlt
dlt
ingestion
5,747
585
417
7,587,729
null
null
2.1
36
dlt-hub/dlt
https://dlthub.com
2026-08-17
Feast
feast
mlops
7,212
1,399
402
702,800
null
null
1
31
feast-dev/feast
https://feast.dev
2026-08-17
Great Expectations
great-expectations
quality
11,713
1,799
38
26,572,994
null
null
0.5
30
great-expectations/great_expectations
https://greatexpectations.io
2026-08-17
Redash
redash
bi
28,749
4,615
797
null
null
null
0.1
28
getredash/redash
https://redash.io
2026-08-17
Soda Core
soda-core
quality
2,411
283
197
3,486,624
null
null
0.7
27
sodadata/soda-core
https://www.soda.io
2026-08-17
Mage
mage
orchestrator
8,802
984
619
40,991
null
null
0.4
22
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-17. https://www.datamatastudios.com/datasets/data-tool-momentum. Licensed under CC BY 4.0.

Downloads last month
85