Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCaml In Numbers: A dashboard with key metrics and statistics about the OCaml community #2514

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fmt: ## Format the codebase with ocamlformat

.PHONY: watch
watch: ## Watch for the filesystem and rebuild on every change
opam exec -- dune build @run -w --force --no-buffer
opam exec -- dune exec -w src/ocamlorg_web/bin/main.exe

.PHONY: utop
utop: ## Run a REPL and link with the project's libraries
Expand Down
20 changes: 20 additions & 0 deletions asset/vendors/chart.min.js

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions data/community-metrics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
overview:
- name: OCaml Packages
value: 4750
sections:
- name: Community Growth
metrics:
- name: Monthly OCaml.org Unique Visitors
chart: line
data:
- label: "January 2024"
value: 50.7
- label: "February 2024"
value: 68.5
- label: "March 2024"
value: 64.9
- label: "April 2024"
value: 60.5
- label: "May 2024"
value: 60.2
- name: New Packages Released on opam-repository
chart: line
data:
- label: "2013"
value: 461
- label: "2014"
value: 215
- label: "2015"
value: 270
- label: "2016"
value: 380
- label: "2017"
value: 439
- label: "2018"
value: 320
- label: "2019"
value: 361
- label: "2020"
value: 602
- label: "2021"
value: 491
- label: "2022"
value: 485
- label: "2023"
value: 447
- name: Unique Contributors to opam-repository
chart: line
data:
- label: "2013"
value: 119
- label: "2014"
value: 145
- label: "2015"
value: 172
- label: "2016"
value: 211
- label: "2017"
value: 246
- label: "2018"
value: 244
- label: "2019"
value: 254
- label: "2020"
value: 295
- label: "2021"
value: 291
- label: "2022"
value: 311
- label: "2023"
value: 299
Loading
Loading