Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

项目题目

项目描述

难度

导师名称/联系方式

项目产出要求

项目技术要求

相关仓库地址

报名学生

导出Sharding-Proxy 配置文件分布式治理环境下,实现导出Sharding-Proxy配置文件功能

孟浩然

menghaoran@apache.org

  1. 实现项目功能
  2. 完成对应代码单测

1.熟练使用 Java 编程语言

2. 了解Zookeeper的基本使用

https://github.com/apache/shardingsphere/issues/9623
提升SQLServer DCL, TCL, DAL语法兼容度参考SQLServer数据库的SQL语法,完善Sharding Parser模块有关SQLServer的语法定义

董宗磊

dongzonglei@apache.org

1、符合ShardingSphere SQL语法定义风格
2、依据SQLServer官网的DCL SQL语法定义,校对Sharding Parser的语法定义
3、依据SQLServer官网的TCL SQL语法定义,校对Sharding Parser的语法定义
4、依据SQLServer官网的DAL SQL语法定义,校对Sharding Parser的语法定义
1、能够使用Java编程语言
2、熟悉正则表达式
3、了解Antlr基本运行原理
4、了解如何编写Antlr的g4语法文件
https://github.com/apache/shardingsphere/issues/6478
提升SQLServer DDL语法兼容度参考SQLServer数据库的SQL语法,完善Sharding Parser模块有关SQLServer DDL的语法定义

陆敬尚 lujingshang

lujingshang@apache@apache.org


1、符合ShardingSphere SQL语法定义风格
2、依据SQLServer官网的SQL语法定义,校对
2、依据SQLServer官网的SQL语法定义,校对Sharding Parser DDL的语法定义
1、能够使用Java编程语言
2、熟悉正则表达式
3、了解Antlr基本运行原理
4、了解如何编写Antlr的g4语法文件
https://github.com/apache/shardingsphere/issues/6478
场景整合测试根据应用场景和SharidngSphere特性平台,增加覆盖多种场景,多样化SQL的整合测试

潘娟

panjuan@apache.org

  1. 增加脱敏+分片+读写分离的整合测试
  2. 增加DDL/DML+治理功能的整合测试
  3. 增加RDL的整合测试
  4. 增加single table整合测试
  5. 增加DAL的整合测试

1. 熟悉JAVA编程语言

2. 熟悉脱敏/分片/读写分离场景

3. 熟悉zookeeper

4. 熟悉Junit

https://github.com/apache/shardingsphere/issues/9104
shardingsphere-Agent
新增OpenTelemetry插件
根据目前Agent的架构,新增相关的API,SPI接口的实现,将mertics信息与OpenTelemetry进行对接肖宇/xiaoyu@apache.org

1.完成OpenTelemetry插件的开发

2.完成单元测试

3.新增OpenTelemetry插件的集成测试

1.熟练使用 Java 编程语言

2. 了解Java SPI机制

3.了解Java agent机制

4.了解bytebuddy字节码工具

https://github.com/apache/shardingsphere/issues/9675
通过 Github Actions 实现标准流程自动化整理发布、issue 处理的标准流程,使用 Github Actions 将这些流程自动化。

欧阳文

ouyangwen@apache.org

  1. 发布版本时,自动部署文档到 ShardingSphere-doc 仓库
  2. 自动化 issue 标准处理流程
  3. 发布版本时,自动发布镜像到 Registry
  1. 熟悉 Git、Github
  2. 熟悉 Github Actions
https://github.com/apache/shardingsphere/issues/9697
















































English Version

Task

Description

Difficulty

Mentor

Output

Tech. Requirements

Repo

Candidate

Export configuration file of Sharding-ProxyComplete the function of exporting configuration file of Sharding-Proxy with governanceMedium

Haoran Meng

menghaoran@apache.org

  1. Realize the function of the project

  2. Complete unit test of the corresponding code

  1. Familiar with Java
  2. Familiar with Zookeeper
https://github.com/apache/shardingsphere/issues/9623
Improve SQL Server DCL, TCL, DAL syntax compatibilityImprove the syntax definition of SQL Server DCL, TCL, DAL in shardingsphere parser moduleMediumProofread the SQL definitions of Sharding ParserIt is designed to proofread SQL definitions of Sharding Parser concerning SQLServer databaseHigh

Lu Jingshang 

lujingshang@apache.org

Zonglei Dong

dongzonglei@apache.org

1、Follow the SQL definition style of ShardingSphere
2、Proofread the DCL SQL definitions of Sharding Parser referring to PostgreSQL document
3、Proofread the DAL SQL definitions of Sharding Parser referring to PostgreSQL document
4、Proofread the TCL SQL definitions of Sharding Parser referring to PostgreSQL document
1、Be able to program with Java
2、Be familiar with regular expression
3、Basically learn how Antlr works
4、Know how to write g4 file of Antlr
https://github.com/apache/shardingsphere/issues/6478
Improve SQL Server DDL syntax compatibilityImprove the syntax definition of SQL Server DDL in ShardingSphere parser moduleMedium

Lu Jingshang 

lujingshang@apache.org


1、Follow the SQL definition style of ShardingSphere
2、Proofread the DDL SQL definitions of ShardingSphere Parser referring to PostgreSQL document
1、Be able to program with Java
2、Be familiar with regular expression
3、Basically learn how Antlr works
4、Know how to write g4 file of Antlr
https://github.com/apache/shardingsphere/issues/6478
More test cases for integration test engineMore integration tests are needed to cover different scenarios and query SQLsMedium

Juan Pan

panjuan@apache.org

  1. Add integration tests to cover encryption + sharding + read-write-splitting
  2. Add integration tests to cover DDL/DML+ governance
  3. Add integration tests to cover RDL
  4. Add integration tests to cover single table
  5. Add integration tests to cover DAL
  1. Familiar with Java
  2. Familiar with Zookeeper
  3. Familiar with Junit
  4. Have the idea about encryption/sharding/read-write-splitting
https://github.com/apache/shardingsphere/issues/9104
Add OpenTelemetry pluginAccording to the current Agent architecture, related API, SPI interface implementation, Mertics information and OpenTelemetry dockingMedium

XiaYu

xiaoyu@apache.org


1.development of OpenTelemetry plugin

2.add unit test

3.add integration test

  1. Familiar with Java
  2. Familiar with Java SPI
  3. Familiar with Java Agent
  4. Familiar with bytebuddy
https://github.com/apache/shardingsphere/issues/9675
Realizing automatic standard process through github actions

Organize the standard processes of publishing and issue handling, and use GitHub Actions to automate them

Medium

YangWen Ou

ouyangwen@apache.org

  1. Automatically publish docs to shardingsphere-doc repository when released
  2. Automate the issue standard handling process
  3. Automatically publish image to docker registry when released
  1. Familiar with Git, Github
  2. Familiar with Github Actions

https://github.com/apache/shardingsphere/issues/9697


















































Apache ShardingSphere项目基本情况介绍

...