Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 3.graph-service.md #2035

Merged
merged 1 commit into from
Aug 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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