Install lakeFS
Note: The quickstart section is for learning purposes. The installations below will not persist your data.
Instead, it will spin-up a database in a docker container, which will be discarded later.
For a production suitable deployment, learn how to deploy lakeFS on your cloud.
Using Docker Compose
To run a local lakeFS instance using Docker Compose:
-
Ensure that you have Docker and Docker Compose installed on your computer, and that the Compose version is 1.25.04 or higher. For more information, please see this issue.
-
Run the following command in your terminal:
curl https://compose.lakefs.io | docker-compose -f - up
-
Check your installation by opening http://127.0.0.1:8000/setup in your web browser.
-
Create your first repository in lakeFS.
Other methods
You can try lakeFS:
- On Kubernetes.
- With docker-compose on Windows.
- By running the binary directly.
Next steps
Now that your lakeFS is running, try creating a repository.