From 30fc10594ff19731d11f15a0c1974aaddda53aa2 Mon Sep 17 00:00:00 2001 From: yukaii Date: Wed, 29 Mar 2023 10:59:39 +0800 Subject: [PATCH] Apply for adding new sig of sig-distributed-middleware Signed-off-by: Yu Kai --- sig/sig-distributed-middleware/README.md | 41 +++++++++++++++++++ .../sig-distributed-middleware.md | 38 +++++++++++++++++ .../sig-distributed-middleware.yaml | 30 ++++++++++++++ .../sig-distributed-middleware_cn.md | 38 +++++++++++++++++ 4 files changed, 147 insertions(+) create mode 100644 sig/sig-distributed-middleware/README.md create mode 100644 sig/sig-distributed-middleware/sig-distributed-middleware.md create mode 100644 sig/sig-distributed-middleware/sig-distributed-middleware.yaml create mode 100644 sig/sig-distributed-middleware/sig-distributed-middleware_cn.md diff --git a/sig/sig-distributed-middleware/README.md b/sig/sig-distributed-middleware/README.md new file mode 100644 index 000000000..ca1eb708d --- /dev/null +++ b/sig/sig-distributed-middleware/README.md @@ -0,0 +1,41 @@ +# openEuler distributed-middleware SIG + +## 目标 + +- 在openEuler的操作系统底座上,引入分布式系统协同能力,构筑系统差异化竞争力 +- openEuler支持原生的分布式文件系统、分布式数据管理系统,以及分布式的设备发现认证连接能力 +- 依托openEuler的分布式服务,提供稳定、高效的统一分布式接口,简化应用开发难度 +- 通过以分布式软总线为代表的技术,实现服务器、智能终端及嵌入式设备生态互通,以期实现“1+1>2”的效果,支撑社区用户开拓更广阔的行业空间 + +## 未来规划 + +- 将成熟的分布式文件、数据管理系统相关组件移植到openEuler系统中 +- 增强分布式软总线能力,打造欧拉原生分布式服务,拓展并丰富在服务器、边缘计算及工业互联总线等领域生态环境 +- 集结国内外开发者,洞察讨论业界分布式协同能力的场景,设计对应解决方案 + +# 组织会议 + +双周例会,周四上午10点 + +# 成员 + +### **Maintainer列表** + +- 玉凯[@yukaii](https://gitee.com/yukaii), [yukai20@huawei.com](mailto:yukai20@huawei.com) + +- 李洋[@thegameisfives](https://gitee.com/thegameisfives), [liyang342@huawei.com](mailto:liyang342@huawei.com) + +- 陆兵[@lubing6](https://gitee.com/lubing6), [bing.lu@archermind.com](mailto:bing.lu@archermind.com) + +- 魏建刚[@bugflyfly](https://gitee.com/bugflyfly), [wei_jiangang@hoperun.com](mailto:wei_jiangang@hoperun.com) + +### **Committer列表** + +- 李海炜[@liheavy](https://gitee.com/liheavy), [lihaiwei8@huawei.com](mailto:lihaiwei8@huawei.com) + +- 何鹏[@heppen](https://gitee.com/heppen), [hepeng68@huawei.com](mailto:hepeng68@huawei.com) + +# 项目地址 + +待定 + diff --git a/sig/sig-distributed-middleware/sig-distributed-middleware.md b/sig/sig-distributed-middleware/sig-distributed-middleware.md new file mode 100644 index 000000000..0b2561f8b --- /dev/null +++ b/sig/sig-distributed-middleware/sig-distributed-middleware.md @@ -0,0 +1,38 @@ +# distributed-middleware SIG + +English | [简体中文](sig-distributed-middleware_cn.md) + +Note: The Charter of this SIG follows the convention described in the openEuler charter [README](/en/governance/README.md), and follows [SIG-governance](/en/technical-committee/governance/SIG-governance.md). + +## SIG Mission and Scope + +- Based on the openEuler operating system, the distributed system collaboration capability is introduced to build differentiated system competitiveness. +- openEuler supports native distributed file systems, distributed data management systems, and distributed device discovery, authentication, and connection capabilities. +- Provides stable and efficient unified distributed interfaces based on openEuler's distributed services, simplifying application development. +- The distributed soft bus technology is used to realize the ecological interworking of servers, intelligent terminals, and embedded devices to achieve the "1 + 1 > 2" effect and support community users to explore a wider industry space. + +## SIG Scope + +- Migration, expansion, maintenance, and upgrade of distributed collaboration capabilities in openEuler. +- Planning and implementation of distributed collaboration requirements. +- Manages documents, conferences, and emails in distributed collaboration. + +### Deliverables + +- Middleware related to distributed collaboration capabilities. +- Usage Guide for Native Distributed Interfaces. +- Distributed solution oriented to actual application scenarios and industries. + +### Maintainer + +Yang Li[@thegameisfives](https://gitee.com/thegameisfives) + +Kai Yu[@yukaii](https://gitee.com/yukaii) + +Haiwei Li[@liheavy](https://gitee.com/liheavy) + +Peng He[@heppen](https://gitee.com/heppen) + +Bing Lu[@lubing6](https://gitee.com/lubing6) + +Jiangang wei[@bugflyfly](https://gitee.com/bugflyfly) diff --git a/sig/sig-distributed-middleware/sig-distributed-middleware.yaml b/sig/sig-distributed-middleware/sig-distributed-middleware.yaml new file mode 100644 index 000000000..7c1b6da51 --- /dev/null +++ b/sig/sig-distributed-middleware/sig-distributed-middleware.yaml @@ -0,0 +1,30 @@ +name: sig-distributed-middleware +description: The distributed system collaboration capability is introduced to the openEuler operating system base. +created_on: '2023-03-22' +maintainers: +- gitee_id: thegameisfives + name: 李洋 + organization: Huawei + email: liyang342@huawei.com +- gitee_id: yukaii + name: 玉凯 + organization: Huawei + email: yukai20@huawei.com +- gitee_id: lubing6 + name: 陆兵 + organization: Archermind + email: bing.lu@archermind.com +- gitee_id: bugflyfly + name: 魏建刚 + organization: Hoperun + email: wei_jiangang@hoperun.com + +committers: +- gitee_id: liheavy + name: 李海炜 + organization: Huawei + email: lihaiwei8@huawei.com +- gitee_id: heppen + name: 何鹏 + organization: Huawei + email: hepeng68@huawei.com diff --git a/sig/sig-distributed-middleware/sig-distributed-middleware_cn.md b/sig/sig-distributed-middleware/sig-distributed-middleware_cn.md new file mode 100644 index 000000000..420e5f7e0 --- /dev/null +++ b/sig/sig-distributed-middleware/sig-distributed-middleware_cn.md @@ -0,0 +1,38 @@ +# distributed-middleware-capability SIG + +[English](sig-distributed-middleware-capability.md) | 简体中文 + +说明:本SIG的Charter内容遵循openEuler章程 [README](/zh/governance/README.md)中描述的约定,使用[SIG-governance](/zh/technical-committee/governance/SIG-governance.md)中概述的角色和组织管理。 + +## 工作目标 + +- 在openEuler的操作系统底座上,引入并维护分布式系统协同能力相关中间件,构筑系统差异化竞争力 +- openEuler支持原生的分布式文件系统、分布式数据管理系统,以及分布式的设备发现认证连接能力 +- 依托openEuler的分布式服务,提供稳定、高效的统一分布式数据管理接口,简化应用开发难度 +- 通过以分布式软总线为代表的技术,实现服务器、智能终端及嵌入式设备生态互通,以期实现“1+1>2”的效果,支撑社区用户开拓更广阔的行业空间 + +## 工作范围 + +- 分布式协同相关能力的中间件在openEuler的迁移、拓展、维护、升级等 +- 分布式协同相关需求的规划及落地 +- 分布式协同所有相关的文档、会议、邮件的管理 + +## 交付物 + +- 分布式协作能力相关的中间件 +- 原生分布式接口的使用指南 +- 面向实际应用场景、行业的分布式协同解决方案 + +## 维护人员 + +李洋[@thegameisfives](https://gitee.com/thegameisfives) + +玉凯[@yukaii](https://gitee.com/yukaii) + +李海炜[@liheavy](https://gitee.com/liheavy) + +何鹏[@heppen](https://gitee.com/heppen) + +陆兵[@lubing6](https://gitee.com/lubing6) + +魏建刚[@bugflyfly](wei_jiangang@hoperun.com) -- Gitee