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 47ac0cea A blog about 2022 in numbers. Numbers need to be updated next 
week to… (#951)
47ac0cea is described below

commit 47ac0cea678d96d2864572697f3daae5d2884214
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 3 12:40:29 2023 +0100

    A blog about 2022 in numbers. Numbers need to be updated next week to… 
(#951)
    
    * A blog about 2022 in numbers. Numbers need to be updated next week to 
catch up
    
    * A blog about 2022 in numbers.
---
 content/blog/2023/01/2022-Numbers/index.md         |  48 +++++++++++++++++++++
 .../blog/2023/01/2022-Numbers/numbers-featured.jpg | Bin 0 -> 40301 bytes
 2 files changed, 48 insertions(+)

diff --git a/content/blog/2023/01/2022-Numbers/index.md 
b/content/blog/2023/01/2022-Numbers/index.md
new file mode 100644
index 00000000..009af401
--- /dev/null
+++ b/content/blog/2023/01/2022-Numbers/index.md
@@ -0,0 +1,48 @@
+---
+title: "Camel 2022 in Numbers"
+date: 2023-01-03
+authors: [davsclaus]
+categories: ["Roadmap"]
+preview: Quick summary of the Apache Camel project in 2022 by numbers
+---
+
+It's the time of the year when we take a look back at 2022, and compile a 
brief summary (by numbers) of the Apache Camel project(s).
+
+## Camel 2022 in 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**
+
+Happy New Year and 2023 is going to be a great year for Apache Camel with 
Camel 4 on the way. 
+
+```
+#1 git shortlog -ns --since 2022-01-01 --until 2023-01-01 | cut -c1-7 | awk '{ 
SUM += $1} END { print SUM }'
+#2 git shortlog --since 2022-01-01 --until 2023-01-01 -ns | wc -l
+```
diff --git a/content/blog/2023/01/2022-Numbers/numbers-featured.jpg 
b/content/blog/2023/01/2022-Numbers/numbers-featured.jpg
new file mode 100644
index 00000000..29cb690b
Binary files /dev/null and 
b/content/blog/2023/01/2022-Numbers/numbers-featured.jpg differ

Reply via email to