https://github.com/quanttide/quanttide-specification-of-data-engineering
量潮数据工程标准
https://github.com/quanttide/quanttide-specification-of-data-engineering
Last synced: 20 days ago
JSON representation
量潮数据工程标准
- Host: GitHub
- URL: https://github.com/quanttide/quanttide-specification-of-data-engineering
- Owner: quanttide
- License: apache-2.0
- Created: 2023-05-29T07:02:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T08:45:52.000Z (29 days ago)
- Last Synced: 2026-01-12T18:29:03.041Z (28 days ago)
- Homepage: https://quanttide.github.io/quanttide-specification-of-data-engineering/
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Governance: governance/README.md
Awesome Lists containing this project
README
# 量潮数据工程标准
## 构建
假设工作目录是项目根目录。
下载`jupyter-book`工具:
```shell
pip install jupyter-book
```
构建文档:
```shell
jb build .
```
## 发布
### 生成CHANGELOG
下载`git-changelog`工具
```shell
pip install git-changelog
```
生成CHANGELOG到控制台:
```shell
git-changelog
```
再进行整理编辑即可。