-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Camel 2024 numbers
- Loading branch information
Showing
3 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
title: "Camel 2024 in Numbers" | ||
date: 2025-01-01 | ||
authors: [davsclaus] | ||
categories: ["Roadmap"] | ||
preview: Quick summary of the Apache Camel project in 2024 by numbers | ||
--- | ||
|
||
It's the time of the year when we take a look back at 2024, and compile a brief summary (by numbers) of the Apache Camel project(s). | ||
|
||
You can find previous year [2023 numbers here](/blog/2024/01/2023-numbers/). | ||
|
||
## Camel 2024 in Numbers | ||
|
||
Number of Camel Core releases in 2024: **20** | ||
|
||
Number of Camel Quarkus releases in 2024: **16** | ||
|
||
Number of Camel K releases in 2024: **7** | ||
|
||
Number of Camel Kafka Connector releases in 2024: **4** | ||
|
||
Number of commits in 2024: **5484** [1] | ||
|
||
Total number of JIRA tickets created at end of 2024: **21575** | ||
|
||
Number of JIRA tickets created in 2024: **1288** | ||
|
||
Number of JIRA tickets resolved in 2024: **1405** | ||
|
||
Number of stars on GitHub at end of 2024: **5660** | ||
|
||
Total number of commits at end of 2024: **73562** | ||
|
||
Total number of contributors on GitHub at end of 2024: **1086** | ||
|
||
Number of individual committers doing commits in 2024: **152** [2] | ||
|
||
Number of closed pull requests at end of 2024: **16647** | ||
|
||
Number of closed pull requests in 2024: **4041** | ||
|
||
Number of [X (Twitter)](https://twitter.com/ApacheCamel) followers at end of 2024: **3012** | ||
|
||
Number of users in [Apache Camel LinkedIn](https://www.linkedin.com/groups/2447439/) group at end of 2024: **5260** | ||
|
||
``` | ||
#1 git shortlog -ns --since 2024-01-01 --until 2025-01-01 | cut -c1-7 | awk '{ SUM += $1} END { print SUM }' | ||
#2 git shortlog --since 2024-01-01 --until 2025-01-01 -ns | wc -l | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.