[Doc] Enhance DataGrip integration documentation (#63744)
This commit is contained in:
parent
a5da35091a
commit
0d5d2c76e9
|
|
@ -6,6 +6,10 @@ displayed_sidebar: docs
|
|||
|
||||
DataGrip supports querying both internal data and external data in StarRocks.
|
||||
|
||||
:::tip
|
||||
[DataGrip docs](https://www.jetbrains.com/help/datagrip/getting-started.html)
|
||||
:::
|
||||
|
||||
Create a data source in DataGrip. Note that you must select MySQL as the data source.
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ displayed_sidebar: docs
|
|||
|
||||
DataGrip は、StarRocks 内部データと外部データの両方のクエリをサポートしています。
|
||||
|
||||
:::tip
|
||||
[DataGrip docs](https://www.jetbrains.com/help/datagrip/getting-started.html)
|
||||
:::
|
||||
|
||||
DataGrip でデータソースを作成します。データソースとして MySQL を選択する必要があることに注意してください。
|
||||
|
||||

|
||||
|
|
@ -21,4 +25,4 @@ DataGrip でデータソースを作成します。データソースとして M
|
|||
- **Password**: StarRocks クラスターにログインするためのパスワード。
|
||||
- **Database**: StarRocks クラスター内でアクセスしたいデータソース。このパラメータの値は `<catalog_name>.<database_name>` 形式です。
|
||||
- `catalog_name`: StarRocks クラスター内のターゲット catalog の名前。内部および外部 catalog の両方がサポートされています。
|
||||
- `database_name`: StarRocks クラスター内のターゲットデータベースの名前。内部および外部データベースの両方がサポートされています。
|
||||
- `database_name`: StarRocks クラスター内のターゲットデータベースの名前。内部および外部データベースの両方がサポートされています。
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ displayed_sidebar: docs
|
|||
|
||||
DataGrip 支持查询 StarRocks 中的内部数据和外部数据。
|
||||
|
||||
:::tip
|
||||
[DataGrip docs](https://www.jetbrains.com/help/datagrip/getting-started.html)
|
||||
:::
|
||||
|
||||
在 DataGrip 中创建数据源。注意创建过程中需要选择 **MySQL** 作为数据源 (**Data** **Source**)。
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue