This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-06-05
Channels
- # aleph (4)
- # announcements (2)
- # aws (37)
- # babashka (20)
- # beginners (105)
- # calva (30)
- # cider (6)
- # clerk (8)
- # cljs-dev (2)
- # clojars (8)
- # clojure (18)
- # clojure-brasil (1)
- # clojure-europe (25)
- # clojure-nl (1)
- # clojure-norway (21)
- # clojure-sweden (7)
- # clojure-uk (5)
- # clr (2)
- # cursive (37)
- # datalevin (2)
- # emacs (6)
- # events (2)
- # graalvm (35)
- # graphql (1)
- # hyperfiddle (3)
- # lsp (4)
- # malli (1)
- # off-topic (7)
- # pedestal (7)
- # practicalli (8)
- # reitit (5)
- # releases (4)
- # remote-jobs (1)
- # shadow-cljs (15)
- # xtdb (19)
The peak is in April of 2022. On the surface you could take this as a graph of the relative popularity of Clojure, but I think that would be way too reductive. I am interested though how to explain some of these trends and numbers. Is the clojars reporting accurate? How does tooling and caching come into play? After all downloads does not reflect how often these things run. New releases would increase downloads, etc.
Up to 2022 it's nice to see though, a nice story of steady growth, but what comes after I'm less certain about.
Interesting! These stats are derived from Fastly logs (before 2016 it was nginx access logs, since all artifacts were served from disk). Re: accuracy - I think the stats are fairly accurate for requests that actually hit the CDN, though there have been times where we have lost data due to lack of disk space, bugs, etc (I believe that is what happened with the big dip at 2021-02). I know there is at least one big mirror in Asia that reads directly from the s3 bucket, bypassing the CDN, so those stats wouldn't be reflected here.
I guess to further investigate it would be good to look at the package level. Is it specific packages that get downloaded less, or is it a general downturn?
if anyone wants to poke at it here's some code to load all the edn files into a postgres table https://github.com/plexus/clojars-stats/blob/master/stats_db/src/stats_db/core.clj