This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 9386f3d6d524fa5a0e0fba0cdc9765d97a40a262 Author: CritasWang <[email protected]> AuthorDate: Thu May 30 16:26:42 2024 +0800 merge Build and Use (#93) --- README-zh.md | 13 +++---------- README.md | 13 +++---------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/README-zh.md b/README-zh.md index 9f72166d..1c9c0e9c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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) \ No newline at end of file diff --git a/README.md b/README.md index 78eed094..6251a3db 100644 --- a/README.md +++ b/README.md @@ -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)
