mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
28 lines
597 B
Plaintext
28 lines
597 B
Plaintext
# GreptimeDB CODEOWNERS
|
|
|
|
# These owners will be the default owners for everything in the repo.
|
|
|
|
* @GreptimeTeam/db-approver
|
|
|
|
## [Module] Databse Engine
|
|
/src/index @zhongzc
|
|
/src/mito2 @evenyag @v0y4g3r @waynexia
|
|
/src/query @evenyag
|
|
|
|
## [Module] Distributed
|
|
/src/common/meta @MichaelScofield
|
|
/src/common/procedure @MichaelScofield
|
|
/src/meta-client @MichaelScofield
|
|
/src/meta-srv @MichaelScofield
|
|
|
|
## [Module] Write Ahead Log
|
|
/src/log-store @v0y4g3r
|
|
/src/store-api @v0y4g3r
|
|
|
|
## [Module] Metrics Engine
|
|
/src/metric-engine @waynexia
|
|
/src/promql @waynexia
|
|
|
|
## [Module] Flow
|
|
/src/flow @zhongzc @waynexia
|