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 |
|
|
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:
Spin up the quickstart environment locally under Docker
Query the pre-populated data on the `main` branch
Make changes to the data on a new branch
Merge the changed data back to the `main` branch
Change our mind and revert the changes
Use Actions to trigger code when an event occurs
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>