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

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.

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)

---------------------------------------------------------------------------------