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