* docs: jira * docs: formatting + Client Credentials grant type * docs: connection string pgsql * docs: parameterized queries mysql * docs: parameterized queries in PostgreSQL * docs: update mysql example * docs: TJDB sql editor * docs: add metadata to REST API * docs: add, update postgresql media * docs: add metadata to graphql * docs: update parameterized queries * docs: add parameterized queries for mssql * docs: add SSL Cert to mysql * docs: TJDB SQL restricted commands * docs: update JIRA token location * docs: update delete issue example * docs: update find user by query example * docs: remove session id from get assignable users * docs: use correct image for get issues for board * docs: update create issue example * docs: update delete issue media * docs: update assignable users media * docs: update examples * docs: update key desc * docs: v2.68.0-Beta
1.5 KiB
| id | title |
|---|---|
| minio | MinIO |
MinIO
ToolJet can connect to minio and perform various operation on them.
Supported operations
- Read object
- Put object
- Remove object
- List buckets
- List objects in a bucket
- Presigned url for download
- Presigned url for upload
Connection
To establish a connection with the Minio data source, click on the +Add new data source button located on the query panel or navigate to the Data Sources page from the ToolJet dashboard.
ToolJet requires the following to connect to your DynamoDB:
- Host
- Port
- Access key
- Secret key
Click on Test connection button to verify if the credentials are correct and that the database is accessible to ToolJet server. Click on Save button to save the data source.
Querying Minio
Click on + button of the query manager at the bottom panel of the editor and select the data source added in the previous step as the data source. Select the operation that you want to perform and click Save to save the query.
Click on the run button to run the query.
:::tip Query results can be transformed using transformations. Read our transformations documentation to see how: link :::