Create a data dock

Create a harbor

In order to create a data dock, you first need to have an organization created and go to the Harbor page.

Harbor page

If you don’t have a harbor yet, you can create one by clicking on the “Create new harbor” button.

Create a harbor

Create a data dock

Once you have a harbor, you can create a data dock by clicking on the “Add new data dock” button.

New data dock button

You will then need to configure your data dock.

Global configuration:

FieldDescription
nameThe name of the data dock (should be unique in your harbor)
descriptionA brief description of the data dock (optional)
kindThe type of data dock (define the type of data source the data dock should connect to)
hostThe host address of the data source (only https is supported)
portThe port number for the data source

Data dock kind:

For now, only trino is supported as a data dock kind, but more data dock kinds will be available soon!

Service account configuration:

In order for hyperfluid to introspect your data source and get the schema, you need to provide a service account with the necessary permissions.

FieldDescription
idThe id of the service account
secretThe secret of the service account
endpointThe endpoint that should be called to obtain a token for the service account

Once your data dock is configured, and before creating it, you can check that everything is working by clicking on the “Try connection” button.

Try connection

If everything is working, you can create your data dock by clicking on the “Create” button.

Create data dock

Your data dock is now created! 🎉

Data dock created

You can start exploring it by clicking on it and then on the “Open in Bifrost” button.

For more information on how to use Bifrost, you can refer to the walkthrough guide.