Skip to content

Commit

Permalink
merge Build and Use (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
CritasWang authored and JackieTien97 committed Jun 17, 2024
1 parent dbe3ef6 commit 9386f3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
13 changes: 3 additions & 10 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,8 @@ TsFile、CSV 和 Parquet 三种文件格式的比较

更多类型的编码和压缩方式参见[文档](https://iotdb.apache.org/zh/UserGuide/latest/Basic-Concept/Encoding-and-Compression.html)

## 开发 TsFile
## 开发和使用 TsFile

[Java](./java/tsfile/README-zh.md#开发)
[Java](./java/tsfile/README-zh.md)

[C++](./cpp/tsfile/README-zh.md#开发)


## 使用 TsFile

[Java](./java/tsfile/README-zh.md#使用)

[C++](./cpp/tsfile/README-zh.md#使用)
[C++](./cpp/tsfile/README-zh.md)
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,8 @@ Its development facilitates efficient data encoding, compression, and access, re

more see [Docs](https://iotdb.apache.org/UserGuide/latest/Basic-Concept/Encoding-and-Compression.html)

## Build TsFile
## Build and Use TsFile

[Java](./java/tsfile/README.md#building-with-java)
[Java](./java/tsfile/README.md)

[C++](./cpp/tsfile/README.md#build)


## Use TsFile

[Java](./java/tsfile/README.md#use-tsfile)

[C++](./cpp/tsfile/README.md#use-tsfile)
[C++](./cpp/tsfile/README.md)

0 comments on commit 9386f3d

Please sign in to comment.