On this page
The simplified installation procedure is meant for a rapid deployment of Fyrefuse and its essential dependencies with default values.
This works well for testand trial setups.
On the machine or VM where Fyrefuse is deployed, you need the following:
Fyrefuse provides a docker compose configuration that simplifies deployment by including all required services:
Depending on your infrastructure and requirements, you will need to re-arrange the deployment method for the external services.
Instead of using Docker, you may choose to deploy them on on-premise servers, Kubernetes, or other supported environments. Additionally, these services should be installed on separate nodes within your network for better scalability and performance.
Download the Docker Compose file and navigate to its directory in the shell.
Login to Fyrefuse registry to access Fyrefuse’s images.
docker login -u fyrefuse_trial -p <personal_access_token> registry.gitlab.com
Run the Docker Compose file:
docker compose up -d
Open MinIO UI, reachable at localhost:9000 with the following credentials:
Go to the "Buckets" section and create a new bucket named datalake.
Move to the "Object Browser" section and create a new path called warehouse inside the datalake bucket.
Once you have created the bucket, restart the metastore service:
docker compose restart hive-metastore
Once the installation process is complete, you can start using Fyrefuse (available at localhost:8001) by creating your first project.
For instructions, see Create Your First Project.