mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-02 03:57:35 +08:00
[Core] [Plugin] [MatrixOne] Fixed logo
This commit is contained in:
parent
79b30b7850
commit
1b0f1fb4f8
@ -31,3 +31,7 @@ CREATE TABLE `datacap_report_dataset_relation`
|
||||
`report_id` BIGINT,
|
||||
`dataset_id` BIGINT
|
||||
);
|
||||
|
||||
UPDATE `template_sql`
|
||||
SET `plugin` = 'MySQL,MatrixOne'
|
||||
WHERE `plugin` = 'MySQL';
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 9.9 KiB |
@ -24,7 +24,7 @@ MatrixOne 是一款面向未来的超融合云和边缘原生 DBMS,通过简
|
||||
|
||||
=== "配置"
|
||||
|
||||
| Field | Required | Default Value |
|
||||
| 属性 | 是否必要 | 默认值 |
|
||||
|:------:|:---------------------------------:|:-------------:|
|
||||
| `Name` | :material-check-circle: { .red } | - |
|
||||
| `Host` | :material-check-circle: { .red } | `127.0.0.1` |
|
||||
@ -32,7 +32,7 @@ MatrixOne 是一款面向未来的超融合云和边缘原生 DBMS,通过简
|
||||
|
||||
=== "授权"
|
||||
|
||||
| Field | Required | Default Value |
|
||||
| 属性 | 是否必要 | 默认值 |
|
||||
|:----------:|:---------------------------------:|:-------------:|
|
||||
| `Username` | :material-check-circle: { .red } | - |
|
||||
| `Password` | :material-check-circle: { .red } | - |
|
||||
@ -40,7 +40,7 @@ MatrixOne 是一款面向未来的超融合云和边缘原生 DBMS,通过简
|
||||
|
||||
=== "高级"
|
||||
|
||||
| Field | Required | Default Value |
|
||||
| 属性 | 是否必要 | 默认值 |
|
||||
|:----------:|:--------------------------------:|:-------------:|
|
||||
| `Database` | :material-check-circle: { .red } | ` ` |
|
||||
|
||||
|
@ -30,7 +30,7 @@ Support Time: `2024-01-12`
|
||||
| `Host` | :material-check-circle: { .red } | `127.0.0.1` |
|
||||
| `Port` | :material-check-circle: { .red } | `9042` |
|
||||
|
||||
=== "Configure"
|
||||
=== "Advanced"
|
||||
|
||||
| Field | Required | Default Value |
|
||||
|:----------:|:--------------------------------:|:-------------:|
|
||||
@ -47,7 +47,7 @@ Support Time: `2024-01-12`
|
||||
| Pipeline | :material-close: |
|
||||
| Metadata management | :material-close: |
|
||||
|
||||
#### 版本
|
||||
#### Version
|
||||
|
||||
---
|
||||
|
||||
|
@ -24,7 +24,7 @@ ScyllaDB 是一个分布式 NoSQL 宽列数据库,适用于需要高性能和
|
||||
|
||||
=== "配置"
|
||||
|
||||
| Field | Required | Default Value |
|
||||
| 属性 | 是否必要 | 默认值 |
|
||||
|:------:|:---------------------------------:|:-------------:|
|
||||
| `Name` | :material-check-circle: { .red } | - |
|
||||
| `Host` | :material-check-circle: { .red } | `127.0.0.1` |
|
||||
@ -32,7 +32,7 @@ ScyllaDB 是一个分布式 NoSQL 宽列数据库,适用于需要高性能和
|
||||
|
||||
=== "高级"
|
||||
|
||||
| Field | Required | Default Value |
|
||||
| 属性 | 是否必要 | 默认值 |
|
||||
|:----------:|:--------------------------------:|:-------------:|
|
||||
| `Database` | :material-check-circle: { .red } | ` ` |
|
||||
|
||||
|
@ -10,7 +10,13 @@ edit_uri: "https://github.com/devlive-community/datacap/blob/dev/docs/docs"
|
||||
banners:
|
||||
- title: DataCap 1.18.0 is released
|
||||
link: /release-latest.html
|
||||
description: <a href="https://github.com/devlive-community/openai-java-sdk" class="text-white"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a>
|
||||
description: <a href="https://github.com/devlive-community/datacap" class="text-white"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a>
|
||||
- title: Support MatrixOne
|
||||
link: /reference/connectors/matrixone/home.html
|
||||
description: <a href="https://matrixorigin.cn/" target="_blank" class="text-white"> MatrixOne </a>
|
||||
- title: Support ScyllaDB
|
||||
link: /reference/connectors/scylladb/home.html
|
||||
description: <a href="https://www.scylladb.com/" target="_blank" class="text-white"> ScyllaDB </a>
|
||||
|
||||
copyright: Copyright © 2023 devlive-community
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user