Skip to content

Commit

Permalink
Update 3.graph-service.md (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Aug 1, 2022
1 parent ea00f30 commit a910d6d
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,19 @@ Nebula Graph 的代码层次结构如下:

```bash
|--src
|--context //校验期和执行期上下文
|--daemons
|--executor //执行算子
|--mock
|--optimizer //优化规则
|--parser //词法语法分析
|--planner //执行计划结构
|--scheduler //调度器
|--service
|--util //基础组件
|--validator //语句校验
|--visitor
|--graph
|--context //校验期和执行期上下文
|--executor //执行算子
|--gc //垃圾收集器
|--optimizer //优化规则
|--planner //执行计划结构
|--scheduler //调度器
|--service //对外服务管理
|--session //会话管理
|--stats //运行指标
|--util //基础组件
|--validator //语句校验
|--visitor //visitor表达式
```

## 视频
Expand Down

0 comments on commit a910d6d

Please sign in to comment.