-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #261 from EdurtIO/develop
Release 1.22.0
- Loading branch information
Showing
89 changed files
with
1,856 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+264 KB
docs/docs/assets/images/others/management/datasource/elasticsearch/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+113 KB
docs/docs/assets/images/others/management/datasource/elasticsearch/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+241 KB
docs/docs/assets/images/others/management/datasource/hologres/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
docs/docs/reference/management/datasource/elasticsearch.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
template: overrides/main.html | ||
--- | ||
|
||
!!! note "ElasticSearch" | ||
|
||
It is mainly used to describe how the software builds the ElasticSearch data source for subsequent operations. | ||
|
||
Based on XPACK plug-ins, the ElasticSearch data source is built on the basis of the [ElasticSearch](https://www.elastic.co/products/elasticsearch) plug-in. | ||
|
||
!!! warning "System requirements" | ||
|
||
\>= `1.22.0` | ||
|
||
### Supported Versions | ||
|
||
--- | ||
|
||
| Version | Tested? | | ||
|---------|---------------------------------------------| | ||
| `1.0.x` | :material-checkbox-marked-circle:{.success} | | ||
|
||
!!! note "Supported versions" | ||
|
||
Most versions have been tested, please submit issues for non-adapted versions. | ||
|
||
### Created a Source | ||
|
||
--- | ||
|
||
After entering the data source management page, click the Add data source button. | ||
|
||
![img.png](../../../assets/images/others/management/datasource/elasticsearch/img.png) | ||
|
||
Select the ElasticSearch icon in the `Experimental` type (the fourth). | ||
|
||
After selecting the type, click the `Next` button at the bottom to configure the relevant information. | ||
|
||
![img.png](../../../assets/images/others/management/datasource/elasticsearch/img_1.png) | ||
|
||
!!! note "Supported protocols" | ||
|
||
- [x] `TCP` | ||
|
||
#### TCP Protocol | ||
|
||
--- | ||
|
||
!!! note "TCP Protocol" | ||
|
||
Use the TCP interface provided by ElasticSearch to connect to the service. | ||
|
||
| Parameter | Description | Required | Unique | Default | | ||
|-----------|-----------------------------------------------------------------------------------------------------|----------|--------|---------| | ||
| `Alias` | The alias of the data source, which will be displayed later in the selected data source on the page | Yes | Yes | | | ||
| `Host` | The host of the ElasticSearch server | Yes | Yes | | | ||
| `Port` | The port of the ElasticSearch server | Yes | Yes | `5443` | | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
template: overrides/main.html | ||
--- | ||
|
||
!!! note "Hologres" | ||
|
||
It is mainly used to describe how the software builds the Hologres data source for subsequent operations. | ||
|
||
!!! warning "System requirements" | ||
|
||
\>= `1.22.0` | ||
|
||
### Supported Versions | ||
|
||
--- | ||
|
||
| Version | Tested? | | ||
|---------|---------------------------------------------| | ||
| `1.0.x` | :material-checkbox-marked-circle:{.success} | | ||
|
||
!!! note "Supported versions" | ||
|
||
Most versions have been tested, please submit issues for non-adapted versions. | ||
|
||
### Created a Source | ||
|
||
--- | ||
|
||
After entering the data source management page, click the Add data source button. | ||
|
||
![img.png](../../../assets/images/others/management/datasource/hologres/img.png) | ||
|
||
Select the Hologres icon in the `Experimental` type (the fourth). | ||
|
||
After selecting the type, click the `Next` button at the bottom to configure the relevant information. | ||
|
||
![img.png](../../../assets/images/others/management/datasource/hologres/img_1.png) | ||
|
||
!!! note "Supported protocols" | ||
|
||
- [x] `TCP` | ||
|
||
#### TCP Protocol | ||
|
||
--- | ||
|
||
!!! note "TCP Protocol" | ||
|
||
Use the TCP interface provided by Hologres to connect to the service. | ||
|
||
| Parameter | Description | Required | Unique | Default | | ||
|--------------------|-----------------------------------------------------------------------------------------------------|----------|--------|---------| | ||
| `Alias` | The alias of the data source, which will be displayed later in the selected data source on the page | Yes | Yes | | | ||
| `Host` | The host of the Hologres server | Yes | Yes | | | ||
| `Port` | The port of the Hologres server | Yes | Yes | `5443` | | ||
| `AccessKey ID` | The user name of the Hologres server | No | Yes | | | ||
| `AccessKey Secret` | The password of the Hologres server | No | Yes | | | ||
| `Database` | The database of the Hologres server | No | Yes | | | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
--- | ||
template: overrides/main.html | ||
icon: material/gesture-tap-button | ||
--- | ||
|
||
DBM Version for `1.22.0` is released! | ||
|
||
Release Time: `20220812` | ||
|
||
#### General | ||
|
||
--- | ||
|
||
- Rebuild the table configuration layout | ||
- Fix the query result is not displayed in the column data under certain circumstances | ||
- Optimize the display type icon of the data source list | ||
|
||
#### Editor | ||
|
||
--- | ||
|
||
- Support the new editor to delete the data table shortcut menu (new editor) | ||
- Display and query additional information (new editor) | ||
|
||
#### Security | ||
|
||
--- | ||
|
||
- Upgrade electron `16.2.0` to `20.0.1` | ||
|
||
|
||
#### Dependencies | ||
|
||
--- | ||
|
||
- Bump wait-on from `5.3.0` to `6.0.1` | ||
|
||
#### ClickHouse | ||
|
||
--- | ||
|
||
- Support `MySQL` table engine | ||
- Support `Hive` table engine | ||
- Support `PostgreSQL` database engine | ||
- Support https protocol [issues-247](https://github.com/EdurtIO/dbm/issues/247) | ||
|
||
#### MySQL | ||
|
||
--- | ||
|
||
- Support metadata management, build a database, specify character sets & collation [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Fix only_full_group_by could not obtain metadata [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
|
||
#### PostgreSQL | ||
|
||
--- | ||
|
||
- Fix the exception of the metadata management build table | ||
- Support rename database | ||
- Fix failure to query when database is empty | ||
|
||
#### Apache Druid | ||
|
||
--- | ||
|
||
- Support quick query | ||
|
||
#### ElasticSearch | ||
|
||
--- | ||
|
||
- Support ElasticSearch (query and data source management) | ||
|
||
#### Hologres | ||
|
||
--- | ||
|
||
- Support Hologres (query and data source management) | ||
|
||
--- | ||
|
||
- @qianmoQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.