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 2023/12/19 13:19:53 UTC

(camel-website) 01/01: Camel numbers 2023 blog. WIP

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

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

commit ce388a0da160a33368a57c6e3d90142e9515d636
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 19 14:19:29 2023 +0100

    Camel numbers 2023 blog. WIP
---
 content/blog/2024/01/index.md             |  48 ++++++++++++++++++++++++++++++
 content/blog/2024/01/numbers-featured.jpg | Bin 0 -> 40301 bytes
 2 files changed, 48 insertions(+)

diff --git a/content/blog/2024/01/index.md b/content/blog/2024/01/index.md
new file mode 100644
index 00000000..a9f6f923
--- /dev/null
+++ b/content/blog/2024/01/index.md
@@ -0,0 +1,48 @@
+---
+title: "Camel 2023 in Numbers"
+date: 2023-01-03
+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).
+
+## Camel 2023 in Numbers
+
+TODO: Update with new numbers
+
+Number of Camel Core releases in 2022: **19**
+
+Number of Camel Quarkus releases in 2022: **15**
+
+Number of Camel K releases in 2022: **11**
+
+Number of Camel Kafka Connector releases in 2022: **4**
+
+Number of commits in 2022: **6162** [1]
+
+Total number of JIRA tickets created at end of 2022: **18825**
+
+Number of JIRA tickets created in 2022: **1400**
+
+Number of JIRA tickets resolved in 2022: **1700**
+
+Number of stars on GitHub at end of 2022: **4652**
+
+Total number of commits at end of 2022: **61875**
+
+Total number of contributors on GitHub at end of 2022: **923**
+
+Number of individual committers doing commits in 2022: **212** [2]
+
+Number of closed pull requests at end of 2022: **8933**
+
+Number of closed pull requests in 2022: **2344**
+
+Number of Twitter followers at end of 2022: **2759**
+
+```
+#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