Skip to content

Commit

Permalink
Add videos to docs (#7793)
Browse files Browse the repository at this point in the history
* Added a video link to index

* Centerlized the video

* Uncenter :)

* Added a what is lakeFS video to quickstart

* Changes links to iframe to allow playing within the docs without going to youtube

* Added hooks and architecture videos.

* Added RBAC Video

* Added a video about ML reproducibility in lakectl local page

* Added video of multi table transaction for delta.

* Added airflow link

* Added Mirroring Video

* Turns out embedded youtube video can't containt a time tag, so starting the hooks video from the begnining.
  • Loading branch information
iddoavn authored May 27, 2024
1 parent 7582655 commit 6b47565
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/howto/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Like other version control systems, lakeFS allows you to configure _Actions_ to

For step-by-step examples of hooks in action check out the [lakeFS Quickstart]({% link quickstart/actions-and-hooks.md %}) and the [lakeFS samples repository](https://github.com/treeverse/lakeFS-samples/).

<iframe width="420" height="315" src="https://www.youtube.com/embed/Joare70FlIA"></iframe>

## Overview

An _action_ defines one or more _hooks_ to execute. lakeFS supports three types of hook:
Expand Down
2 changes: 2 additions & 0 deletions docs/howto/local-checkouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ GPU usage and prevent them from sitting idle. Many deep learning tasks involve a
same images are accessed multiple times. Localizing the data can eliminate redundant round trip times to access remote
storage, resulting in cost savings.

<iframe width="420" height="315" src="https://www.youtube.com/embed/afgQnmesLZM"></iframe>

## **lakectl local**: The way to work with lakeFS data locally

The _local_ command of lakeFS' CLI _lakectl_ enables working with lakeFS data locally.
Expand Down
1 change: 1 addition & 0 deletions docs/howto/mirroring.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Unlike conventional mirroring, data isn't simply copied between regions - lakeFS

![mirroring architecture](../assets/img/mirroring/arch.png)

<iframe width="420" height="315" src="https://www.youtube.com/embed/NhOWGVjQrrA"></iframe>

## Uses cases

Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ lakeFS provides version control over the data lake, and uses Git-like semantics

With lakeFS, you can use concepts on your data lake such as **branch** to create an isolated version of the data, **commit** to create a reproducible point in time, and **merge** in order to incorporate your changes in one atomic action.

<iframe width="420" height="315" src="https://www.youtube.com/embed/GTxsyeoLccw"></iframe>

## How Do I Get Started?

**[The hands-on quickstart](./quickstart) guides you through some core features of lakeFS**.
Expand Down
2 changes: 2 additions & 0 deletions docs/integrations/airflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ redirect_from: /using/airflow.html

[Apache Airflow](https://airflow.apache.org/) is a platform that allows users to programmatically author, schedule, and monitor workflows.

<iframe width="420" height="315" src="https://www.youtube.com/embed/HuQQUvmVjhU"></iframe>

To run Airflow with lakeFS, you need to follow a few steps.

## Create a lakeFS connection on Airflow
Expand Down
2 changes: 2 additions & 0 deletions docs/integrations/delta.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Here, 'main' is the name of the lakeFS branch from which the delta table was exp

To enable Delta table exports to Unity catalog use the Unity [catalog integration guide](unity-catalog.md).

<iframe width="420" height="315" src="https://www.youtube.com/embed/rMDsnh7S2O0"></iframe>

## Limitations

### Multi-Writer Support in lakeFS for Delta Lake Tables
Expand Down
3 changes: 3 additions & 0 deletions docs/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ This quickstart will introduce you to some of the core ideas in lakeFS and show

{: .note}
You can use the [30-day free trial of lakeFS Cloud](https://lakefs.cloud/register) if you want to try out lakeFS without installing anything.

<iframe width="420" height="315" src="https://www.youtube.com/embed/R1r023CsTOw"></iframe>

2 changes: 2 additions & 0 deletions docs/reference/security/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ lakeFS Enterprise
{% include toc.html %}

<iframe width="420" height="315" src="https://www.youtube.com/embed/Ekjv9FumIPg"></iframe>

## RBAC Model

Access to resources is managed very much like [AWS IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/intro-structure.html){:target="_blank"}.
Expand Down
2 changes: 2 additions & 0 deletions docs/understand/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ lakeFS exposes a frontend UI, an [OpenAPI server](#openapi-server), as well as a
lakeFS uses a single port that serves all three endpoints, so for most use cases a single load balancer pointing
to lakeFS server(s) would do.

<iframe width="420" height="315" src="https://www.youtube.com/embed/1vNQXFceFx4"></iframe>

## lakeFS Components

### S3 Gateway
Expand Down

0 comments on commit 6b47565

Please sign in to comment.