TypeSense
ToolJet can connect to your TypeSense deployment to read and write data.
Connection
To establish a connection with the Typesense data source, you can either click on the + Add new Data source button located on the query panel or navigate to the Data Sources page from the ToolJet dashboard and choose Typesense as the data source.
info
Please make sure the Host/IP of the database is accessible from your VPC if you have self-hosted ToolJet. If you are using ToolJet cloud, please whitelist our IP.
ToolJet requires the following to connect to TypeSense deployment:
- Host
- Port
- API Key
- Protocol
Querying TypeSense
- Click on + Add button of the query manager at the bottom panel of the editor.
- Select the Typesence datasource added in previous step.
- Select the desired operation from the dropdown and enter the required parameters.
- Click on the Preview button to preview the output or Click on the Run button to trigger the query.
tip
Query results can be transformed using transformations. Read our transformations documentation to see how: link