github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/docs/integrations/dremio.md (about)

     1  ---
     2  title: Dremio
     3  description: This section shows how you can start using lakeFS with Dremio, a next-generation data lake engine.
     4  parent: Integrations
     5  redirect_from: /using/dremio.html
     6  ---
     7  
     8  # Using lakeFS with Dremio
     9  [Dremio](https://www.dremio.com/) is a next-generation data lake engine that liberates your data with live, 
    10  interactive queries directly on cloud data lake storage, including S3 and lakeFS.
    11  
    12  ## Configuration
    13  Starting from version 3.2.3, Dremio supports Minio as an [experimental S3-compatible plugin](https://docs.dremio.com/current/sonar/data-sources/object/s3/#configuring-s3-for-minio).
    14  Similarly, you can connect lakeFS with Dremio.
    15  
    16  Suppose you already have both lakeFS and Dremio deployed, and want to use Dremio to query your data in the lakeFS repositories.
    17  You can follow the steps listed below to configure on Dremio UI:
    18  
    19  1. click _Add Data Lake_.
    20  1. Under _File Stores_, choose _Amazon S3_.
    21  1. Under _Advanced Options_, check _Enable compatibility mode (experimental)_.
    22  1. Under _Advanced Options_ > _Connection Properties_, add `fs.s3a.path.style.access` and set the value to `true`.
    23  1. Under _Advanced Options_ > _Connection Properties_, add `fs.s3a.endpoint` and set lakeFS S3 endpoint to the value. 
    24  1. Under the _General_ tab, specify the _access_key_id_ and _secret_access_key_ provided by lakeFS server.
    25  1. Click _Save_, and now you should be able to browse lakeFS repositories on Dremio.