blob: e6e6d48dccd8eb63cbb06a2c3286ad85f2dae65b [file] [view]
![CloudberryDB Logo](./images/cloudberrydb_logo.png)
[![Slack](https://img.shields.io/badge/Join_Slack-6a32c9)](https://communityinviter.com/apps/cloudberrydb/welcome)
[![Twitter Follow](https://img.shields.io/twitter/follow/cloudberrydb)](https://twitter.com/cloudberrydb)
[![Website](https://img.shields.io/badge/Visit%20Website-eebc46)](https://cloudberrydb.org)
---
# Cloudberry Database Bootcamp
These tutorials showcase how Cloudberry Database can address day-to-day tasks performed in typical DW, BI and data science environments. It is designed to be used with the Cloudberry Database Sandbox, which is based on the Docker with the CentOS 7.9 OS.
![CloudberryDB Sandbox](./images/cbdb-sandbox.png)
## Bootcamp Outline
1. [000-CloudberryDB Sandbox](./000-cbdb-sandbox/)
2. [101-CloudberryDB Tutorials](./101-cbdb-tutorials)
- [Lesson 0: Introduction to Database and CloudberryDB Architecture](./101-cbdb-tutorials/101-0-introduction-to-database-and-cloudberrydb-architecture.md)
- [Lesson 1: Create Users and Roles](./101-cbdb-tutorials/101-1-create-users-and-roles.md)
- [Lesson 2: Create and Prepare Database](./101-cbdb-tutorials/101-2-create-and-prepare-database.md)
- [Lesson 3: Create Tables](./101-cbdb-tutorials/101-3-create-tables.md)
- [Lesson 4: Data Loading](./101-cbdb-tutorials/101-4-data-loading.md)
- [Lesson 5: Queries and Performance Tuning](./101-cbdb-tutorials/101-5-queries-and-performance-tuning.md)
- [Lesson 6: Backup and Recovery Operations](./101-cbdb-tutorials/101-6-backup-and-recovery-operations.md)
3. [102-CloudberryDB Crash Course](./102-cbdb-crash-course/)
4. [103-CloudberryDB Performance Benchmark](./103-cbdb-performance-benchmark/)
5. [104-CloudberryDB for Data Science](./104-cbdb-for-datascience/)
## Contribution
Thanks to all the contributors:
<a href="https://github.com/cloudberrydb/bootcamp/graphs/contributors">
<img src="https://contrib.rocks/image?repo=cloudberrydb/bootcamp" />
</a>
We welcome your contributions to the Cloudberry Database Bootcamp. Please see our [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
## License
Licensed under Apache License Version 2.0. For more details, please refer to
the [LICENSE](./LICENSE).
## Acknowledgments
Thanks to the [Vmware Greenplum Sandbox
project](https://github.com/vmware-archive/gpdb-sandbox-tutorials.git) for the
inspiration.