gitwtfhub

wtf is dockerstats?

aeneasr/dockerstats — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2021-04-07

44TypeScriptAudience · ops devopsComplexity · 3/5DormantSetup · hard

TL;DR

A now-archived website that tracked historical Docker Hub download counts over time, showing charts of which images were gaining or losing popularity.

Mindmap

mindmap
  root((repo))
    What it does
      Tracks Docker download counts
      Shows historical charts
      Visualizes popularity trends
    Tech stack
      TypeScript
      Docker Hub API
      Database storage
    Use cases
      Compare Docker images
      Spot trending images
      Research ecosystem shifts
    Audience
      Developers
      DevOps teams
      Researchers
    Status
      Archived project
      API rate limits blocked it
      No longer collecting data

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Check which Docker image has the most active user base before choosing one for a project

REASON 2

See whether a Docker image's popularity is trending upward or has peaked

REASON 3

Track shifts in which Docker tools and images the community prefers over time

What's in the stack?

TypeScriptDocker Hub API

How it stacks up

aeneasr/dockerstats0xbennie/binance-smart-money-trackerfuergaosi233/claude-codex
Stars444444
LanguageTypeScriptTypeScriptTypeScript
Last pushed2021-04-07
MaintenanceDormant
Setup difficultyhardmoderatehard
Complexity3/53/55/5
Audienceops devopsdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · hard Time to first run · 1day+

Docker Hub's API rate limits now make it impossible to collect data at scale, so the project no longer works.

Wtf does this do

Dockerstats was a website that tracked how many times Docker images were being downloaded over time. Instead of just seeing the current download count for an image like nginx, you could see a historical chart showing how downloads grew month by month or year by year. This gave developers insight into which Docker images were gaining or losing popularity. The project worked by regularly checking Docker Hub's public API, the central repository where Docker images are stored, and recording the download numbers it found. Over time, it built up a database of these statistics, which the website then visualized as charts. So if you wanted to know whether a particular image was trending upward or had peaked, you could visit dockerstats.com and see the trend at a glance. The typical user would be a developer choosing between different Docker images for a project. By seeing which images were most popular and how their popularity changed, you could make more informed decisions about which one to use. For example, if you were picking a database image, you might check dockerstats to see which option had the most active user base. DevOps teams or researchers tracking the ecosystem could also use it to understand shifts in what tools and images the community preferred. However, the project is no longer active. Docker Hub changed its API and introduced rate limits that made it impossible to collect statistics on all images at scale the way the project originally did. Without the ability to gather fresh data, the site can no longer function, and the creator decided to archive the repository rather than continue maintaining it.

Yoink these prompts

Prompt 1
Explain how a service like dockerstats could have collected Docker Hub download counts over time despite API rate limits.
Prompt 2
Suggest an alternative way to track Docker image popularity trends now that Docker Hub restricts bulk API access.
Prompt 3
Design a database schema for storing historical download counts for Docker images scraped periodically.

Frequently asked questions

wtf is dockerstats?

A now-archived website that tracked historical Docker Hub download counts over time, showing charts of which images were gaining or losing popularity.

What language is dockerstats written in?

Mainly TypeScript. The stack also includes TypeScript, Docker Hub API.

Is dockerstats actively maintained?

Dormant — no commits in 2+ years (last push 2021-04-07).

How hard is dockerstats to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is dockerstats for?

Mainly ops devops.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.