Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thu-db/dbtrain-tutorial
dbtrain tutorial documentation
https://github.com/thu-db/dbtrain-tutorial
Last synced: 3 months ago
JSON representation
dbtrain tutorial documentation
- Host: GitHub
- URL: https://github.com/thu-db/dbtrain-tutorial
- Owner: thu-db
- Archived: true
- Created: 2022-03-09T13:40:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T13:47:11.000Z (10 months ago)
- Last Synced: 2024-08-03T01:37:59.790Z (6 months ago)
- Homepage: https://thu-db.github.io/dbtrain-tutorial/
- Size: 3.52 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbtrain
此仓库为2023年之前清华大学《数据库专题训练》课程的实验文档,2024年起将使用 [huadb](https://github.com/thu-db/huadb-doc) 作为课程实验。
## 准备工作
该实验代码由 git 管理,构建需要 cmake, make, flex, bison 等依赖,你可以通过系统包管理器进行安装。
以 Ubuntu 为例,使用 apt 安装依赖:
```bash
apt install git ca-certificates make cmake g++ flex bison libreadline-dev python3
```编译及测试方法:
```bash
bash prepare.sh
```详细环境配置与测试流程见[文档](https://thu-db.github.io/dbtrain-tutorial/test.html)