This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-tsg-olap-…/README.md
2024-11-08 16:49:43 +08:00

15 lines
651 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# TSG OLAP Data Initialization
## Directory Overview
| Directory Name | Description |
|:-----------------|:--------------|
| shell-scripts | 存储安装和初始化脚本。 |
| config-templates | 存储配置文件模板。 |
## 文件命名
- `[索引号]_[create]_[项目名]_[功能名称]`:初始化数据库或脚本。例如:`001_create_tsg_olap_clickhouse_table.sql`
- `[索引号]_[upgrade]_[from version]_to_[current version]_[项目名]_[功能名称]`升级文件多个版本升级记录可以放在一个文件中。例如发布一个LTS版本`101_upgrade_v2402_v2409_tsg_olap_clickhouse_table.sql`