Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thu-db/dbs-tutorial
Tutorial for assignment of Introduction to Database System
https://github.com/thu-db/dbs-tutorial
Last synced: 2 months ago
JSON representation
Tutorial for assignment of Introduction to Database System
- Host: GitHub
- URL: https://github.com/thu-db/dbs-tutorial
- Owner: thu-db
- License: mit
- Created: 2021-07-31T03:01:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T08:37:52.000Z (3 months ago)
- Last Synced: 2024-10-28T10:36:25.297Z (3 months ago)
- Language: C++
- Size: 10.2 MB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 数据库系统概论实验文档
文档截止2022年用 honkit 编写,在2023年秋季开始改用 mkdocs。开发阶段暂时部署于 https://thu-db.github.io/dbs-tutorial/ 为了确保写出来的效果符合预期,本地测试还是很有必要的。本地测试需要有 Python 环境,`pip install -r requirements.txt` 安装依赖后,用 `mkdocs serve` 运行测试服务器,可以用以预览效果。
开发时会在 push 或 pr 到 master 分支后自动部署,push 到别的分支会触发 build 测试,因此可以先 push 到自己的分支确定 build 没问题再 merge 到 master(发 pr merge 或本地 merge 再 push 都可以)。