You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/01/02 10:43:21 UTC

(camel-website) branch main updated: Camel numbers 2023 blog. WIP (#1110)

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 676fd290 Camel numbers 2023 blog. WIP (#1110)
676fd290 is described below

commit 676fd2906d69efb42f1c4335b0188e34193da190
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jan 2 11:43:15 2024 +0100

    Camel numbers 2023 blog. WIP (#1110)
    
    * Camel numbers 2023 blog. WIP
    
    * Update blog
    
    * Camel numbers 2023 blog. WIP
    
    * Camel numbers 2023 blog.
    
    * Apply suggestions from code review
    
    Co-authored-by: Aurélien Pupier <ap...@redhat.com>
    
    ---------
    
    Co-authored-by: Aurélien Pupier <ap...@redhat.com>
---
 content/blog/2024/01/index.md             |  50 ++++++++++++++++++++++++++++++
 content/blog/2024/01/numbers-featured.jpg | Bin 0 -> 40301 bytes
 2 files changed, 50 insertions(+)

diff --git a/content/blog/2024/01/index.md b/content/blog/2024/01/index.md
new file mode 100644
index 00000000..487a8603
--- /dev/null
+++ b/content/blog/2024/01/index.md
@@ -0,0 +1,50 @@
+---
+title: "Camel 2023 in Numbers"
+date: 2024-01-01
+authors: [davsclaus]
+categories: ["Roadmap"]
+preview: Quick summary of the Apache Camel project in 2023 by numbers
+---
+
+It's the time of the year when we take a look back at 2023, and compile a brief summary (by numbers) of the Apache Camel project(s).
+
+You can find previous year [2022 numbers here](/blog/2023/01/2022-Numbers/).
+
+## Camel 2023 in Numbers
+
+Number of Camel Core releases in 2023: **33**
+
+Number of Camel Quarkus releases in 2023: **13**
+
+Number of Camel K releases in 2023: **7**
+
+Number of Camel Kafka Connector releases in 2023: **5**
+
+Number of commits in 2023: **6162** [1]
+
+Total number of JIRA tickets created at end of 2023: **20286**
+
+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**
+
+Total number of commits at end of 2023: **68078**
+
+Total number of contributors on GitHub at end of 2023: **1021**
+
+Number of individual committers doing commits in 2023: **195** [2]
+
+Number of closed pull requests at end of 2023: **12593**
+
+Number of closed pull requests in 2023: **3653**
+
+Number of [X (Twitter)](https://twitter.com/ApacheCamel) followers at end of 2023: **2979**
+
+Number of users in [Apache Camel LinkedIn](https://www.linkedin.com/groups/2447439/) group at end of 2023: **4650** 
+
+```
+#1 git shortlog -ns --since 2023-01-01 --until 2024-01-01 | cut -c1-7 | awk '{ SUM += $1} END { print SUM }'
+#2 git shortlog --since 2023-01-01 --until 2024-01-01 -ns | wc -l
+```
diff --git a/content/blog/2024/01/numbers-featured.jpg b/content/blog/2024/01/numbers-featured.jpg
new file mode 100644
index 00000000..29cb690b
Binary files /dev/null and b/content/blog/2024/01/numbers-featured.jpg differ