Skip to content

Commit 80cb154

Browse files
committed
add powerbi and trino
1 parent 30d48c9 commit 80cb154

2 files changed

Lines changed: 36 additions & 12 deletions

File tree

data/integrations.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ integrations:
119119
content: |
120120
Execute REST requests using {{p.eccencaRestOperator}}.
121121
122+
- name: PowerBI
123+
icon: ":other-powerbi:"
124+
content: |
125+
Leverage your Knowledge Graphs in PowerBI using our [Corporate Memory Power-BI-Connector](../../consume/consuming-graphs-in-power-bi/index.md).
126+
122127
#####
123128
# Files
124129
#####
@@ -193,22 +198,22 @@ integrations:
193198
- name: PostgreSQL
194199
icon: ":simple-postgresql:"
195200
content: |
196-
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
201+
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
197202
198203
- name: MariaDB
199204
icon: ":simple-mariadb:"
200205
content: |
201-
MariaDB can be accessed with the {{p.Jdbc}} dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
206+
MariaDB can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
202207
203208
- name: SQLite
204209
icon: ":simple-sqlite:"
205210
content: |
206-
SQLite can be accessed with the {{p.Jdbc}} dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
211+
SQLite can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
207212
208213
- name: MySQL
209214
icon: ":simple-mysql:"
210215
content: |
211-
MySQL can be accessed with the {{p.Jdbc}} dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
216+
MySQL can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
212217
213218
- name: Hive
214219
icon: ":simple-apachehive:"
@@ -218,14 +223,19 @@ integrations:
218223
- name: Microsoft SQL
219224
icon: ":material-microsoft:"
220225
content: |
221-
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/com.microsoft.sqlserver/mssql-jdbc).
226+
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/com.microsoft.sqlserver/mssql-jdbc).
222227
223228
- name: Snowflake
224229
icon: ":simple-snowflake:"
225230
content: |
226-
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
231+
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
227232
228233
- name: pgvector
229234
icon: ":black_large_square:"
230235
content: |
231236
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector) using the {{p.cmem_plugin_pgvector_Search}}.
237+
238+
- name: Trino
239+
icon: ":simple-trino:"
240+
content: |
241+
[Trino](https://github.com/trinodb/trino) can be access with the {{p.Jdbc}} dataset and a [JDBC driver](https://trino.io/docs/current/client/jdbc.html).

docs/build/integrations/index.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
120120

121121
---
122122

123-
MariaDB can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
123+
MariaDB can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
124124

125125

126126
- :simple-mattermost:{ .lg .middle } Mattermost
@@ -135,14 +135,14 @@ the [Send Mattermost messages](../../build/reference/customtask/cmem_plugin_matt
135135

136136
---
137137

138-
The Microsoft SQL Server can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/com.microsoft.sqlserver/mssql-jdbc).
138+
The Microsoft SQL Server can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/com.microsoft.sqlserver/mssql-jdbc).
139139

140140

141141
- :simple-mysql:{ .lg .middle } MySQL
142142

143143
---
144144

145-
MySQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
145+
MySQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
146146

147147

148148
- :simple-neo4j:{ .lg .middle } Neo4J
@@ -216,7 +216,14 @@ to interact with Anthropic / Claude provided Large Language Models (LLMs).
216216

217217
---
218218

219-
PostgreSQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
219+
PostgreSQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
220+
221+
222+
- :other-powerbi:{ .lg .middle } PowerBI
223+
224+
---
225+
226+
Leverage your Knowledge Graphs in PowerBI using our [Corporate Memory Power-BI-Connector](../../consume/consuming-graphs-in-power-bi/index.md).
220227

221228

222229
- :simple-semanticweb:{ .lg .middle } RDF
@@ -245,7 +252,7 @@ execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin
245252

246253
---
247254

248-
Snowflake can be accessed with the [Snowflake JDBC endpoint](../../build/reference/dataset/SnowflakeJdbc.md) dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
255+
Snowflake can be accessed with the [Snowflake JDBC endpoint](../../build/reference/dataset/SnowflakeJdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
249256

250257

251258
- :simple-apachespark:{ .lg .middle } Spark
@@ -259,7 +266,7 @@ execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin
259266

260267
---
261268

262-
SQLite can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
269+
SQLite can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
263270

264271

265272
- :material-ssh:{ .lg .middle } SSH
@@ -269,6 +276,13 @@ execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin
269276
Interact with SSH servers to [Download SSH files](../../build/reference/customtask/cmem_plugin_ssh-Download.md) or [Execute commands via SSH](../../build/reference/customtask/cmem_plugin_ssh-Execute.md).
270277

271278

279+
- :simple-trino:{ .lg .middle } Trino
280+
281+
---
282+
283+
[Trino](https://github.com/trinodb/trino) can be access with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://trino.io/docs/current/client/jdbc.html).
284+
285+
272286
- :material-xml:{ .lg .middle } XML
273287

274288
---

0 commit comments

Comments
 (0)