Skip to content

Latest commit

 

History

History
119 lines (103 loc) · 3.17 KB

index.md

File metadata and controls

119 lines (103 loc) · 3.17 KB
title description nav_order has_children has_toc next redirect_from
⭐ Quickstart
A hands-on quickstart for lakeFS that introduces key concepts including branching, merging, and rollback.
1
true
false
Launch the quickstart environment
./launch.html
/quickstart.html
/quickstart/installing.html
/quickstart/try.html
/quickstart/add_data.html
/quickstart/more_quickstart_options.html
/quickstart/repository.html
/quickstart/run.html
/quickstart/first_commit.html

lakeFS Quickstart

Welcome to lakeFS!

lakeFS provides a "Git for data" platform enabling you to implement best practices from software engineering on your data lake, including branching and merging, CI/CD, and production-like dev/test environments.

This quickstart will introduce you to some of the core ideas in lakeFS and show what you can do by illustrating the concept of branching, merging, and rolling back changes to data. It's laid out in five short sections:

step 1

Spin up the quickstart environment locally under Docker

step 2

Query the pre-populated data on the `main` branch

step 3

Make changes to the data on a new branch

step 4

Merge the changed data back to the `main` branch

step 5

Change our mind and revert the changes

step 6

Use Actions to trigger code when an event occurs

step 6

Experiment with lakeFS data on a local environment

{: .note} You can use the 30-day free trial of lakeFS Cloud if you want to try out lakeFS without installing anything.

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