[Doc] add video (backport #63330) (#63338)

Signed-off-by: DanRoscigno <dan@roscigno.com>
Co-authored-by: Dan Roscigno <dan@roscigno.com>
This commit is contained in:
mergify[bot] 2025-09-20 21:55:39 +08:00 committed by GitHub
parent f44cd2189f
commit 193efee059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,18 @@ This tutorial covers:
- Analyzing the data with SELECT and JOIN
- Basic data transformation (the **T** in ETL)
## Follow along with the video if you prefer
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/h7F4U6xEA5M"
title="StarRocks in 5 - Getting Started With StarRocks on Docker"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
The data used is provided by NYC OpenData and the National Centers for Environmental Information.
Both of these datasets are very large, and because this tutorial is intended to help you get exposed to working with StarRocks we are not going to load data for the past 120 years. You can run the Docker image and load this data on a machine with 4 GB RAM assigned to Docker. For larger fault-tolerant and scalable deployments we have other documentation and will provide that later.