From 5f0afbf1e3b4bfdb8ecd4c272a3f456ef6cbb01d Mon Sep 17 00:00:00 2001 From: frank-zsy Date: Sun, 8 Sep 2024 21:13:14 +0800 Subject: [PATCH] blog: update redis blog data Signed-off-by: frank-zsy --- blog/2024-04-04-redis-analysis/index.mdx | 16 +++++++++------- .../2024-04-04-redis-analysis/index.mdx | 14 ++++++++------ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/blog/2024-04-04-redis-analysis/index.mdx b/blog/2024-04-04-redis-analysis/index.mdx index 4a84c88..6d71dac 100644 --- a/blog/2024-04-04-redis-analysis/index.mdx +++ b/blog/2024-04-04-redis-analysis/index.mdx @@ -25,9 +25,9 @@ import SimpleECharts from '@site/src/components/SimpleECharts'; data: ['Redis', 'AWS', 'Aliyun', 'Google', 'Tencent', 'Huawei', 'Ericsson', 'Netease', 'Mozilla', 'Meituan', 'Others'] }, grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true }, - xAxis: [{ type: 'category', boundaryGap: false, data: [2020, 2021, 2022, 2023, 2024] }], + xAxis: [{ type: 'category', boundaryGap: false, data: [2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024] }], yAxis: [{ type: 'value', min: 0, max: 100 }], - series: [{"name":"Redis","type":"line","stack":"Total","areaStyle":{},"data":[73.31,61.17,59.29,47.21,34.4]},{"name":"AWS","type":"line","stack":"Total","areaStyle":{},"data":[7.15,10.35,13.28,19.58,14.56]},{"name":"Aliyun","type":"line","stack":"Total","areaStyle":{},"data":[3.88,2.09,3.46,6.11,9.86]},{"name":"Google","type":"line","stack":"Total","areaStyle":{},"data":[0,0,1.76,0.9,1.25]},{"name":"Tencent","type":"line","stack":"Total","areaStyle":{},"data":[0,1.52,0,13.76,24.68]},{"name":"Huawei","type":"line","stack":"Total","areaStyle":{},"data":[5.43,2.89,3.23,4.62,2.11]},{"name":"Ericsson","type":"line","stack":"Total","areaStyle":{},"data":[0,3.84,4.39,5.21,6.43]},{"name":"Others","type":"line","stack":"Total","areaStyle":{},"data":[10.25,18.13,14.58,2.61,6.71]}] + series: [{"name":"Redis","type":"line","stack":"Total","areaStyle":{},"data":[54.64,60.72,71.19,76.47,63.63,60.91,46.33,37.15]},{"name":"AWS","type":"line","stack":"Total","areaStyle":{},"data":[0,0,6.42,7.39,11.15,14.25,19.15,15.23]},{"name":"Aliyun","type":"line","stack":"Total","areaStyle":{},"data":[7.66,23.92,11.74,3.09,0,0,4.7,13.18]},{"name":"Google","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,0,0]},{"name":"Tencent","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,14.89,27.31]},{"name":"Huawei","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,5.69,3.2,4.04,5.81,0]},{"name":"Mozilla","type":"line","stack":"Total","areaStyle":{},"data":[28.1,0,0,0,0,0,0,0]},{"name":"Ericsson","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,4.43,5.33,6.1,7.12]},{"name":"Others","type":"line","stack":"Total","areaStyle":{},"data":[9.59,15.36,10.64,7.36,17.59,15.47,3.03,0]}] }} /> 2020 年 6 月底,Redis 的最初作者 Salvatore Sanfilippo([@antirez](https://github.com/antirez))发表[博客](http://antirez.com/news/133)退出了 Redis 社区的日常维护工作,将社区维护任务交由当时还名为 RedisLabs 的 Yossi Gottlieb([@yossigo](https://github.com/yossigo))和 Oran Agra([@oranagra](https://github.com/oranagra)),同一时间上述两人[发文](https://redis.com/blog/new-governance-for-redis/)表示将开启新的社区治理模式,并与 Itamar Haber([@itamarhaber](https://github.com/itamarhaber))率先组成 Redis 社区的核心开发小组,[次月](https://redis.com/blog/redis-core-team-update/) AWS 的 Madelyn Olson([@madolson](https://github.com/madolson))和阿里云的赵钊([@soloestoy](https://github.com/soloestoy))加入核心开发小组,而这个五人小组也是直到这次 Redis 修改许可证之前一直稳定的 Redis 社区的核心小组。 @@ -47,16 +47,18 @@ import SimpleECharts from '@site/src/components/SimpleECharts'; +> 上图数据更新于 2024.9 + 从宏观数据来看,Redis 社区近半年的 OpenRank 协作影响力维持在 80 左右,而 Valkey 在三月仅开源十天,OpenRank 已飙升至 40 左右,达到了 Redis 项目的一半。从社区参与开发者人数来看,Redis 基本维持在每月 100 人左右的规模,在三月因为许可证修改有不少开发者在 Redis 社区进行讨论,导致参与人数翻倍,达到了 220 人,而 Valkey 开源十天,参与人数达到了 146 人,已超过了 Redis 的日常规模。 总体来看,Redis 社区的分裂之势已无法逆转,随着 Valkey 捐献到 Linux 基金会,相信会有更多开源开发者参与到 Valkey 的贡献和研发之中。 diff --git a/i18n/en/docusaurus-plugin-content-blog/2024-04-04-redis-analysis/index.mdx b/i18n/en/docusaurus-plugin-content-blog/2024-04-04-redis-analysis/index.mdx index ee216cc..ec5e30b 100644 --- a/i18n/en/docusaurus-plugin-content-blog/2024-04-04-redis-analysis/index.mdx +++ b/i18n/en/docusaurus-plugin-content-blog/2024-04-04-redis-analysis/index.mdx @@ -27,7 +27,7 @@ import SimpleECharts from '@site/src/components/SimpleECharts'; grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true }, xAxis: [{ type: 'category', boundaryGap: false, data: [2020, 2021, 2022, 2023, 2024] }], yAxis: [{ type: 'value', min: 0, max: 100 }], - series: [{"name":"Redis","type":"line","stack":"Total","areaStyle":{},"data":[73.31,61.17,59.29,47.21,34.4]},{"name":"AWS","type":"line","stack":"Total","areaStyle":{},"data":[7.15,10.35,13.28,19.58,14.56]},{"name":"Aliyun","type":"line","stack":"Total","areaStyle":{},"data":[3.88,2.09,3.46,6.11,9.86]},{"name":"Google","type":"line","stack":"Total","areaStyle":{},"data":[0,0,1.76,0.9,1.25]},{"name":"Tencent","type":"line","stack":"Total","areaStyle":{},"data":[0,1.52,0,13.76,24.68]},{"name":"Huawei","type":"line","stack":"Total","areaStyle":{},"data":[5.43,2.89,3.23,4.62,2.11]},{"name":"Ericsson","type":"line","stack":"Total","areaStyle":{},"data":[0,3.84,4.39,5.21,6.43]},{"name":"Others","type":"line","stack":"Total","areaStyle":{},"data":[10.25,18.13,14.58,2.61,6.71]}] + series: [{"name":"Redis","type":"line","stack":"Total","areaStyle":{},"data":[54.64,60.72,71.19,76.47,63.63,60.91,46.33,37.15]},{"name":"AWS","type":"line","stack":"Total","areaStyle":{},"data":[0,0,6.42,7.39,11.15,14.25,19.15,15.23]},{"name":"Aliyun","type":"line","stack":"Total","areaStyle":{},"data":[7.66,23.92,11.74,3.09,0,0,4.7,13.18]},{"name":"Google","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,0,0]},{"name":"Tencent","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,14.89,27.31]},{"name":"Huawei","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,5.69,3.2,4.04,5.81,0]},{"name":"Mozilla","type":"line","stack":"Total","areaStyle":{},"data":[28.1,0,0,0,0,0,0,0]},{"name":"Ericsson","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,4.43,5.33,6.1,7.12]},{"name":"Others","type":"line","stack":"Total","areaStyle":{},"data":[9.59,15.36,10.64,7.36,17.59,15.47,3.03,0]}] }} /> At the end of June 2020, Salvatore Sanfilippo (@antirez), the original author of Redis, announced in a [blog post](http://antirez.com/news/133) that he was stepping down from maintenance work of the Redis community, handing over the community maintenance tasks to Yossi Gottlieb (@yossigo) and Oran Agra (@oranagra) from the then-called RedisLabs. At the same time, the aforementioned duo published an [article](https://redis.com/blog/new-governance-for-redis/) stating the initiation of a new community governance model, and together with Itamar Haber (@itamarhaber), formed the core development team of the Redis community. [The following month](https://redis.com/blog/redis-core-team-update/), Madelyn Olson (@madolson) from AWS and Zhao Zhao (@soloestoy) from Alibaba Cloud joined the core development team, which remained stable until the recent license change of Redis. @@ -47,16 +47,18 @@ From the data, among the top 10 contributors to Redis in 2024, aside from two de +> Data updated in 2024.9 + From a macro data perspective, the Redis community has maintained an OpenRank collaboration influence of around 80 in the past six months, while Valkey, just ten days after being open sourced in March, soared to an OpenRank of about 40, reaching half of the Redis project's level. In terms of the number of developers participating in the community, Redis has been maintaining a scale of around 100 people per month. In March, due to the license modification, a significant number of developers were involved in the discussion threads in the Redis community, leading to a doubling of participants to 220 people. Meanwhile, within ten days of Valkey being open sourced, the number of participants reached 146, surpassing the regular scale of Redis. Overall, the split in the Redis community seems irreversible. With Valkey being donated to the Linux Foundation, it is expected that more open source developers will participate in the contribution and development of Valkey.