From bf5f83b37b2d457ca73b35c9f12958ae08eb8661 Mon Sep 17 00:00:00 2001 From: CritasWang Date: Thu, 30 May 2024 16:24:27 +0800 Subject: [PATCH] merge Build and Use --- 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 9f72166d6..1c9c0e9c4 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 78eed094d..6251a3db5 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)