> For the complete documentation index, see [llms.txt](https://docs.pinot.apache.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinot.apache.org/release-0.11.0/community-1/videos.md).

# Videos

## Introduction

{% embed url="<https://youtu.be/_lqdfq2c9cQ>" %}
What is Apache Pinot?
{% endembed %}

## Operations

{% embed url="<https://youtu.be/cNnwMF0pOJ8>" %}
How to setup a Pinot cluster
{% endembed %}

{% embed url="<https://youtu.be/UR6rYEMZYLA>" %}
Apache Pinot on Kubernetes - A Practical Guide
{% endembed %}

## Concepts

### Pinot Segment Lifecycle

{% embed url="<https://youtu.be/HycNRCzkrjg>" %}
Segment Assignment in OFFLINE tables
{% endembed %}

{% embed url="<https://youtu.be/WoruCQgPhSA>" %}
Segment Assignment in REALTIME tables
{% endembed %}

## Meetups and talks

| Date       | Title                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2020/09/02 | [Apache Pinot Virtual Meetup at LinkedIn (Sep 02, 2020)](https://www.youtube.com/watch?v=FjTjGxrgAoY\&list=PLihIrF0tCXddhXkQdAdnmfs8FtYMfrbTl)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020/08/25 | [Kafka Summit: Apache Pinot Case Study](https://www.confluent.io/resources/kafka-summit-2020/apache-pinot-case-study-building-distributed-analytics-systems-using-apache-kafka/)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 2019/06/23 | [Building Real-Time Analytics Applications Using Apache Pinot](https://www.youtube.com/watch?v=mOzjVRf0yt4\&t=1s)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 2019/03/27 | <p><a href="https://www.youtube.com/watch?v=CDEkxaEJbgs">Supercharged OLAP", a Big Data meetup focused on the LinkedIn analytics stack of Pinot and Presto.</a></p><ul><li>Keynote: Shirshanka Das - <a href="https://www.youtube.com/watch?v=CDEkxaEJbgs&#x26;t=263s">4:23</a> </li><li>Architecture Overview: Neha Pawar and Jackie Jiang - <a href="https://www.youtube.com/watch?v=CDEkxaEJbgs&#x26;t=1340s">22:20</a> </li><li>LinkedIn TalentInsights Powered by Pinot: Manzar Kazi and Sunitha Beeram - <a href="https://www.youtube.com/watch?v=CDEkxaEJbgs&#x26;t=2080s">34:40</a> </li><li>Presto: Shardool - <a href="https://www.youtube.com/watch?v=CDEkxaEJbgs&#x26;t=3120s">52:00</a> </li><li>Microsoft Teams and Pinot: Vish Balasubramaniam - <a href="https://www.youtube.com/watch?v=CDEkxaEJbgs&#x26;t=4490s">1:14:50</a> </li><li>The Journey Towards Pinot: Ananth Packkildurai - <a href="https://www.youtube.com/watch?v=CDEkxaEJbgs&#x26;t=5364s">1:29:24</a> </li><li>Closing Remarks: Ravi Aringunram - <a href="https://www.youtube.com/watch?v=CDEkxaEJbgs&#x26;t=6197s">1:43:17</a> </li><li>Q\&A - <a href="https://www.youtube.com/watch?v=CDEkxaEJbgs&#x26;t=6525s">1:48:45</a></li></ul> |
| 2018/11/21 | [Scaling the wall of real-time analytics with Pinot](https://www.youtube.com/watch?v=XhwnGhpcC60)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 2018/06/05 | [Uber Tech Day: Powering Real-time Analytics at Uber](https://www.youtube.com/watch?v=PKc-RdrW8Ec)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 2017/04/26 | [Pinot: Near Realtime Analytics @ Uber](https://www.youtube.com/watch?v=evmXXZ2N1bY\&t=17s)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pinot.apache.org/release-0.11.0/community-1/videos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
