This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 60a79bba Camel 2024 numbers (#1275)
60a79bba is described below

commit 60a79bba88c90ead0ac6c4dd650171fd253291e8
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jan 1 11:05:14 2025 +0100

    Camel 2024 numbers (#1275)
    
    * Camel 2024 numbers
---
 content/blog/2024/01/2023-numbers/index.md         |   2 +-
 content/blog/2025/01/2024-numbers/index.md         |  50 +++++++++++++++++++++
 .../blog/2025/01/2024-numbers/numbers-featured.jpg | Bin 0 -> 40301 bytes
 3 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/content/blog/2024/01/2023-numbers/index.md 
b/content/blog/2024/01/2023-numbers/index.md
index 487a8603..56bf40b0 100644
--- a/content/blog/2024/01/2023-numbers/index.md
+++ b/content/blog/2024/01/2023-numbers/index.md
@@ -28,7 +28,7 @@ Number of JIRA tickets created in 2023: **1436**
 
 Number of JIRA tickets resolved in 2023: **1451**
 
-Number of stars on GitHub at end of 2023: **6126**
+Number of stars on GitHub at end of 2023: **5126**
 
 Total number of commits at end of 2023: **68078**
 
diff --git a/content/blog/2025/01/2024-numbers/index.md 
b/content/blog/2025/01/2024-numbers/index.md
new file mode 100644
index 00000000..27f8ec45
--- /dev/null
+++ b/content/blog/2025/01/2024-numbers/index.md
@@ -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
+```
diff --git a/content/blog/2025/01/2024-numbers/numbers-featured.jpg 
b/content/blog/2025/01/2024-numbers/numbers-featured.jpg
new file mode 100644
index 00000000..29cb690b
Binary files /dev/null and 
b/content/blog/2025/01/2024-numbers/numbers-featured.jpg differ

Reply via email to