With the year ending, we want to present another goodie for data geeks: Starting with Q4 2025, CodeFloe will now publish quarterly usage statistics.
The data is gathered through the /admin API endpoint and collects notable metrics of the platform:
- Total users
- Total repos
- Total Orgs
- Total Repo Size on Disk
- etc.
Besides summing up the totals per quarter, we also plan to compare each quarter (and subsequently each year) against the respective previous one. The report for Q4 2025 already includes this logic, however, doesn’t yet have a period to compare against.
The analysis is done in R, which is a great language for statistical analysis and report generation.
The repository can be found at codefloe/analytics and will contain each rendered report in a markdown document.
The first one from Q4 2025 can be found here.
Last, a small comment on this: we are doing this purely for informational purposes, for users and ourselves. There is no other speculative goal which should be achieved with this. Just metrics to look at, tracking the development of the platform over time.