https://github.com/pingcap/tidb-course-201-lab
Lab scripts for the PingCAP training course: TiDB SQL for Developers.
https://github.com/pingcap/tidb-course-201-lab
Last synced: 11 months ago
JSON representation
Lab scripts for the PingCAP training course: TiDB SQL for Developers.
- Host: GitHub
- URL: https://github.com/pingcap/tidb-course-201-lab
- Owner: pingcap
- License: other
- Created: 2022-02-24T02:27:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T07:01:50.000Z (over 1 year ago)
- Last Synced: 2025-03-22T16:02:12.457Z (11 months ago)
- Language: Python
- Homepage: https://pingcap.com/education/
- Size: 24.2 MB
- Stars: 31
- Watchers: 11
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lab Assets for TiDB Training Courses
## Caution:
+ All scripts in this repository provide **no production warranty**; they are for study purposes only.
+ Please ask your instructor for guidance on how to use the scripts in this repository.
## TiDB Trainings Provided by PingCAP
+ [PingCAP Training & Certification (Japan)](https://pingcap.co.jp/education/)
+ [PingCAP Training & Certification (Global)](https://pingcap.com/education/)
## Folders Description
+ Assets to setup [TiDB quick demo](/tidb-quick-demo) environment.
+ All scripts are placed in [scripts](/scripts) folder.
+ All dependent assets support the scripts are placed in [misc](/scripts/misc) folder.
## Additional Readings
+ [TiDB Documentation](https://docs.pingcap.com/)
+ [TiDB Developer Guide](https://docs.pingcap.com/tidb/stable/dev-guide-overview)
---------------------------------------------------------------------------------