Tools and data for measuring the popularity & growth of various programming languages.
The latest report can be viewed at https://growth.applied.fm.
Published by applied.fm. Hosted by readthedocs.org
- Code & doc changes are made to the
main
branch. - Data is added to the
data
branch. - Docs are rendered in the
docs
branch.
This flow has the benefit of automatically tracking data lineage: for any given datum, it is easy to determine which version of the tool generated it. It also ensures that each data-fetch operation uses the latest version of the tool.
Check the network to see the current relationship between these branches.
Data can be found in the data
directory in the data
branch.
Alternatively, you can fetch new data by running
$ python3 src/github/main.py -o data all
$ python3 src/plot.py
$ make -C docs html
$ xdg-open docs/build/html/index.html