mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-18 20:18:30 +00:00
7375be0635
Signed-off-by: evenyag <realevenyag@gmail.com>
28 lines
681 B
Plaintext
28 lines
681 B
Plaintext
# GreptimeDB CODEOWNERS
|
|
|
|
# These owners will be the default owners for everything in the repo.
|
|
|
|
* @GreptimeTeam/db-approver
|
|
|
|
## [Module] Database Engine
|
|
/src/index @evenyag @discord9 @WenyXu
|
|
/src/mito2 @evenyag @v0y4g3r
|
|
/src/query @evenyag @discord9
|
|
|
|
## [Module] Distributed
|
|
/src/common/meta @MichaelScofield @WenyXu
|
|
/src/common/procedure @MichaelScofield @WenyXu
|
|
/src/meta-client @MichaelScofield @WenyXu
|
|
/src/meta-srv @MichaelScofield @WenyXu
|
|
|
|
## [Module] Write Ahead Log
|
|
/src/log-store @v0y4g3r @WenyXu
|
|
/src/store-api @v0y4g3r @evenyag
|
|
|
|
## [Module] Metrics Engine
|
|
/src/metric-engine @WenyXu @v0y4g3r
|
|
/src/promql @evenyag @discord9
|
|
|
|
## [Module] Flow
|
|
/src/flow @discord9 @WenyXu
|