https://github.com/urbit/mad
Monthly active developer metrics
https://github.com/urbit/mad
Last synced: 4 months ago
JSON representation
Monthly active developer metrics
- Host: GitHub
- URL: https://github.com/urbit/mad
- Owner: urbit
- Created: 2023-04-14T15:33:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T14:35:50.000Z (over 1 year ago)
- Last Synced: 2025-04-15T12:45:09.860Z (about 1 year ago)
- Language: Clojure
- Size: 42 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monthly Active Developers
This repository contains the source code used to generate our metrics on monthly
active developer activity. Here's a brief overview of how it works:
`src/main.clj` contains logic that fetches all commits from the set of GitHub
repositories defined in `src/data.clj` and loads them into a PostgreSQL
database for analysis.
`sql/ga-developers.sql` is drawn from [Tribe Capital's Growth Accounting framework](https://tribecap.co/a-quantitative-approach-to-product-market-fit/) and slightly modified for our purposes.
`resources/d3/mad.html` is what we use to generate a visualization. The fonts
referenced in this file and used in the visualization are not open source and
are thus not included.
NOTE: This code is messy and intended for our own internal use. You can run it
if you're familiar with Clojure and can set up a local Postgres database. Feel
free to reach out to `~wolref-podlex` if you need assistance.