mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
f4f85a069b
* QIP to add overview page * wip * New Tutorial and Datasets landing page * give an example for Cloud * Update UK Price Paid for Cloud * Update nyc-taxi.md * add option for Cloud Load Data button * Removed the Import Raw Data section * Update nyc-taxi.md * update user management and replication docs * mark self managed * set doc ordering * add redirects setting * Simple fixes to index.md Co-authored-by: rfraposa <richraposa@gmail.com>
1.5 KiB
1.5 KiB
slug | sidebar_position | sidebar_label | keywords | pagination_next | |||||
---|---|---|---|---|---|---|---|---|---|
/en/getting-started/example-datasets/ | 0 | Overview |
|
en/tutorial |
Tutorials and Example Datasets
We have a lot of resources for helping you get started and learn how ClickHouse works:
- If you need to get ClickHouse up and running, check out our Quick Start
- The ClickHouse Tutorial analyzes a dataset of New York City taxi rides
In addition, the sample datasets provide a great experience on working with ClickHouse, learning important techniques and tricks, and seeing how to take advantage of the many powerful functions in ClickHouse. The sample datasets include:
- The UK Property Price Paid dataset is a good starting point with some interesting SQL queries
- The New York Taxi Data has an example of how to insert data from S3 into ClickHouse
- The Cell Towers dataset imports a CSV into ClickHouse
- The NYPD Complaint Data demonstrates how to use data inference to simplify creating tables
- The "What's on the Menu?" dataset has an example of denormalizing data
View the Tutorials and Datasets menu for a complete list of sample datasets.