This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch docs/dev
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/docs/dev by this push:
new 6f3fdbda update description about tsfile (#685)
6f3fdbda is described below
commit 6f3fdbdaa9cce1cfd9485c21b539900b33cfa610
Author: leto-b <[email protected]>
AuthorDate: Wed Dec 31 09:53:47 2025 +0800
update description about tsfile (#685)
---
src/.vuepress/styles/index.scss | 1 +
src/README.md | 2 +-
src/zh/README.md | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss
index 0796469e..72df3d0c 100644
--- a/src/.vuepress/styles/index.scss
+++ b/src/.vuepress/styles/index.scss
@@ -20,6 +20,7 @@
// place your custom styles here
#main-description {
max-width: 55rem;
+ font-weight: 400;
}
.vp-site-name{
diff --git a/src/README.md b/src/README.md
index 3392f7da..261a0606 100644
--- a/src/README.md
+++ b/src/README.md
@@ -10,7 +10,7 @@ bgImageStyle:
# background-repeat: repeat
# background-size: initial
heroText: File Format for Internet of Things
-tagline: TsFile is a columnar storage file format designed for time series
data, which supports efficient compression, high throughput of read and write,
and compatibility with various frameworks, such as Spark and Flink. It is easy
to integrate TsFile into IoT big data processing frameworks.
+tagline: TsFile is a high-performance columnar storage file format designed
for industrial time-series data, featuring multi-language interfaces, high
compression ratios, high read/write throughput, and fast random access
capabilities. It is ideal for scenarios such as building high-quality datasets,
managing data assets, conducting data analytics, and training AI models.
heroFullScreen: true
actions:
- text: Download
diff --git a/src/zh/README.md b/src/zh/README.md
index 9333195b..cf32a4ff 100644
--- a/src/zh/README.md
+++ b/src/zh/README.md
@@ -10,7 +10,7 @@ bgImageStyle:
# background-repeat: repeat
# background-size: initial
heroText: 物联网时序数据文件格式
-tagline:
TsFile是一种为时间序列数据设计的列式存储文件格式,它支持高效压缩、高读写吞吐量,并且兼容多种框架,如Spark和Flink。TsFile很容易集成到物联网大数据处理框架中。
+tagline: TsFile
是一种为工业时序数据设计的高性能列式存储文件格式,支持多语言接口、高压缩比、高读写吞吐、快速随机访问。适用于构建高质量数据集、数据资产管理、数据分析与 AI
模型训练等场景。
heroFullScreen: true
actions:
- text: 下载