Developer Growth Program
Introduction
Doris Future Plan is a growth program offered by the Apache Doris community for new developers. Its goal is to help more developers get started with Doris kernel development quickly. The community welcomes developers interested in OLAP, database kernels, and distributed systems.
How to Participate
New developers can join through the following steps:
- Open the GitHub Issue page of the Doris community.
- Filter tasks labeled with
doris-future. Each task is annotated with:- Required skills (such as C++ or Java).
- Difficulty level.
- Comment on the task you are interested in, and discuss task details with the assigned mentor.
- If you lack machine resources locally, the community can provide development machines to help.
If you run into any difficulty during participation, send an email to dev@doris.apache.org describing the problem, and the community will do its best to help.
Mentorship
Every doris-future task is assigned a mentor for follow-up. The support a mentor provides includes:
| Support item | Description |
|---|---|
| Task walkthrough | Explains the goal, background, and implementation details of the task |
| Guidance on approach | Provides concrete implementation ideas and related knowledge points |
| Code review | Reviews code and offers improvement suggestions to raise engineering quality |