|
| 1 | +--- |
| 2 | +template: overrides/main.html |
| 3 | +--- |
| 4 | + |
| 5 | +!!! note "Presto & Trino" |
| 6 | + |
| 7 | + It is mainly used to describe how the software builds the Presto & Trino data source for subsequent operations. |
| 8 | + |
| 9 | +!!! warning "System requirements" |
| 10 | + |
| 11 | + \>= `1.17.0` |
| 12 | + |
| 13 | +### Supported Versions |
| 14 | + |
| 15 | +--- |
| 16 | + |
| 17 | +| Version | Tested? | |
| 18 | +|-----------|---------------------------------------------| |
| 19 | +| `Presto` | :material-checkbox-marked-circle:{.success} | |
| 20 | +| `Trino` | :material-checkbox-marked-circle:{.success} | |
| 21 | + |
| 22 | +!!! note "Supported versions" |
| 23 | + |
| 24 | + Most versions have been tested, please submit issues for non-adapted versions. |
| 25 | + |
| 26 | +### Created a Source |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +After entering the data source management page, click the Add data source button. |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +Select the ClickHouse icon in the `Basic` type (Presto is the second, Trino is the third). |
| 35 | + |
| 36 | +After selecting the type, click the `Next` button at the bottom to configure the relevant information. |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +!!! note "Supported protocols" |
| 41 | + |
| 42 | + - [x] `HTTP` |
| 43 | + |
| 44 | +#### HTTP Protocol |
| 45 | + |
| 46 | +--- |
| 47 | + |
| 48 | +!!! note "HTTP Protocol" |
| 49 | + |
| 50 | + Use the HTTP interface provided by Presto & Trino to connect to the service. |
| 51 | + |
| 52 | +| Parameter | Description | Required | Unique | Default | |
| 53 | +|-------------|-----------------------------------------------------------------------------------------------------|----------|--------|---------| |
| 54 | +| `Alias` | The alias of the data source, which will be displayed later in the selected data source on the page | Yes | Yes | | |
| 55 | +| `Host` | The host of the Presto & Trino server | Yes | Yes | | |
| 56 | +| `Port` | The port of the Presto & Trino server | Yes | Yes | | |
| 57 | +| `User Name` | The user name of the Presto & Trino server | Yes | No | | |
| 58 | +| `Password` | The password of the Presto & Trino server | Yes | No | | |
0 commit comments