> For the complete documentation index, see [llms.txt](https://upsolver.gitbook.io/content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upsolver.gitbook.io/content/resources/videos.md).

# Videos

Subscribe to the [Upsolver YouTube channel](https://www.youtube.com/@upsolver8921/videos) to stay up-to-date with new videos.

## Data Topics

* [Upsolver - The Control Center for Apache Iceberg at the Ravit Show](https://www.youtube.com/watch?v=7l9Rf_3gI2o)
* [How Proofpoint Built a Big Data Pipeline for Real-Time Network Traffic (with 1 Developer in 3 Weeks)](https://www.youtube.com/watch?v=9QlyoN59E-8)
* [How AppsFlyer Reduced Analytics Costs with Upsolver and AWS](https://www.youtube.com/watch?v=ZKBdarA8dak)
* [Using Upsolver to Detect Changes in Upstream Data Schema](https://www.youtube.com/watch?v=z7UGq7tbkMg)
* [Introducing Automated Ingestion for dbt Core with Upsolver](https://www.youtube.com/watch?v=Js8Mfs4urIU\&list=PLPDk_Pd6K17Y5xI-ivKC_JWvF1ljJ0uAD\&index=3)
* [Upsolver + dbt: Simplifying Reliable Data Ingestion for Snowflake](https://www.youtube.com/watch?v=zECUTNG7RKU\&list=PLPDk_Pd6K17Y5xI-ivKC_JWvF1ljJ0uAD\&index=4)
* [Upsolver Python SDK Demo](https://www.youtube.com/watch?v=VkdLNMz7V84)

***

## Apache Iceberg & Data Lakehouse

* [Making sense of the Iceberg news](https://www.youtube.com/watch?v=2XWd5web-Gg)
* [What is the Iceberg table format?](https://www.youtube.com/watch?v=Wra8l9UUmV8)
* [Optimize an Iceberg Lake](https://www.youtube.com/watch?v=p4fjIWK7VW4)
* [Ingest Data to an Iceberg Lake](https://www.youtube.com/watch?v=E2F4CpSeNdw)
* [Write Iceberg tables with Upsolver!](https://www.youtube.com/watch?v=vA68cTseSTE)
* [How to: Create an Iceberg Lakehouse for Snowflake using Upsolver](https://www.youtube.com/watch?v=0TTbYmFZzhU)
* [Build an Iceberg Lakehouse with Spark & Upsolver: Technical Deep Dive](https://www.youtube.com/watch?v=UybBEaPl-LY\&list=PLPDk_Pd6K17aMmrgQ327sAp1xonTwF8vi)
* [Get on Board with Apache Iceberg: A Practical Guide using Amazon S3, Athena and Upsolver](https://www.youtube.com/watch?v=OlaZ_LiMsP0)&#x20;

***

## Databases

* [Change Data Capture (CDC) to Snowflake](https://www.youtube.com/watch?v=gRP1bWr6vh4)
* [Database Replication to your Data Lake and Warehouse](https://www.youtube.com/watch?v=TDKxbG4LxW4)
* [Easy Data Replication into Snowflake with Upsolver: Multi-table Ingestion Techniques](https://www.youtube.com/watch?v=eXE9ezeUCFw)

### Microsoft SQL Server

* [SQL Server CDC to Snowflake (From Upsolver's Hands-on Workshop)](https://www.youtube.com/watch?v=Hf21-0xn9lk)

### MongoDB

* [From MongoDB to Snowflake](https://www.youtube.com/watch?v=opFDkdFkrWE)
* [MongoDB To Snowflake](https://www.youtube.com/watch?v=NkysjZtu1Fk)

### PostgreSQL

* [Getting Production-grade Data from PostgreSQL to Snowflake in Minutes with Upsolver](https://www.youtube.com/watch?v=i1ikcTI3rHs)

***

## File

### Amazon S3

* [Upsolver Tutorial - SQLake Quickstart for Data Ingestion to Snowflake](https://www.youtube.com/watch?v=bXZpSogZWsQ\&list=PLPDk_Pd6K17Y5xI-ivKC_JWvF1ljJ0uAD\&index=1)
* [Upsolver Tutorial - Batch Processing from Amazon S3 to Snowflake](https://www.youtube.com/watch?v=zZVr3fDh74k)

***

## Streaming

### Apache Kafka

* [Upsolver Tutorials - Streaming Data Pipelines from Kafka to Snowflake](https://www.youtube.com/watch?v=w_aAGjXZGDw\&list=PLPDk_Pd6K17Y5xI-ivKC_JWvF1ljJ0uAD\&index=2)
* [Getting Production-grade Data from Kafka to Snowflake in Minutes with Upsolver](https://www.youtube.com/watch?v=ddm9nccUMWI)

### Confluent Cloud

* [Ingesting Data from Confluent Cloud to Snowflake with Upsolver](https://www.youtube.com/watch?v=vSidXyLl0r4)

***

## Data Warehouses

### Snowflake

* [Enhance your Snowflake architecture with Upsolver](https://www.youtube.com/watch?v=F00vpmudXUA)
* [Data Lake to Snowflake Migration](https://www.youtube.com/watch?v=BnaSXBWb2FM)


---

# 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, and the optional `goal` query parameter:

```
GET https://upsolver.gitbook.io/content/resources/videos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
