An open API service indexing awesome lists of open source software.

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

量潮数据工程标准

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
```

再进行整理编辑即可。