IMPORTANT: Developer documentation for the current main branch.
This content is unreleased and may change before the next Polaris release.
For stable user documentation, see the
latest release docs.
Quickstart
Use this guide to quickly start running Polaris. This is not intended for production use.
Prerequisites🔗
- Have Docker (with Docker Compose v2) installed & running on your machine
Running🔗
Run the following command:
1curl -s https://raw.githubusercontent.com/apache/polaris/refs/heads/main/site/content/guides/quickstart/docker-compose.yml | docker compose -f - up
This command will:
- Create a Catalog named
quickstart_catalogwith RustFS-backed storage. - Create a user principal
quickstart_userwith full access to the catalog.
Once the command has been run, you will see examples on how to interact with this Polaris server in the logs.