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

fix format of README of src #1342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
26 changes: 13 additions & 13 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
tera源码目录结构
----
#####common
##### common
公共库的实现。
#####io
##### io
Tabletserver的数据存储相关逻辑的实现。
#####leveldb
##### leveldb
key-value存储的实现,基于开源系统leveldb。
#####master
##### master
Master的实现。
#####proto
##### proto
Master、Tabletserver和SDK三者之间的通信协议。
#####sample
##### sample
Tera使用样例。
#####sdk
##### sdk
SDK的实现。
#####tabletnode
##### tabletnode
Tabletserver的tablet管理相关逻辑的实现。
#####utils
##### utils
常用函数的实现,便于上层模块使用。
#####zk
##### zk
Tera对zookeeper的封装,主要实现选主、存活性检测等逻辑。
#####tera_flags.cc
##### tera_flags.cc
Tera所有flags的定义及默认值。
#####tera_main.cc tera_entry.cc
##### tera_main.cc tera_entry.cc
Tera的服务端主程序入口。
#####teracli_main.cc
##### teracli_main.cc
Tera的命令行工具的实现,用于表格创建、schema更新和执行管理命令。