Skip to content

Commit cfec21a

Browse files
authored
Merge pull request #197 from eccenca/feature/integrationPage-CMEM-6954
extend integrations list
2 parents a47bb85 + 7cf559a commit cfec21a

5 files changed

Lines changed: 219 additions & 21 deletions

File tree

data/integrations.yml

Lines changed: 65 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,25 @@ integrations:
2626
icon: ":material-microsoft-azure:"
2727
content: |
2828
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
29-
to interact with Azure AI Foundry provided Large Language Models (LLMs).
29+
to interact with any [Azure AI Foundry provided Large Language Models](https://ai.azure.com/catalog) (LLMs).
3030
3131
- name: OpenRouter
3232
icon: ":octicons-ai-model-24:"
3333
content: |
3434
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
35-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
35+
to interact with any [OpenRouter provided Large Language Models](https://openrouter.ai/models) (LLMs).
3636
3737
- name: Anthropic / Claude
3838
icon: ":simple-anthropic:"
3939
content: |
4040
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
41-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
41+
to interact with any [Anthropic / Claude provided Large Language Models](https://docs.claude.com/en/docs/about-claude/models/overview) (LLMs).
4242
4343
- name: OpenAI
4444
icon: ":simple-openai:"
4545
content: |
4646
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
47-
to interact with OpenAI provided Large Language Models (LLMs).
48-
47+
to interact with any [OpenAI provided Large Language Models](https://platform.openai.com/docs/models) (LLMs).
4948
5049
#####
5150
# Services
@@ -110,6 +109,21 @@ integrations:
110109
Send workflow reports or any other message to user and groups in you Mattermost with
111110
the {{p.cmem_plugin_mattermost}} task.
112111
112+
- name: Spark
113+
icon: ":simple-apachespark:"
114+
content: |
115+
Apply a [Spark](https://spark.apache.org/) function to a specified field using {{p.SparkFunction}}.
116+
117+
- name: REST
118+
icon: ":material-application-braces-outline:"
119+
content: |
120+
Execute REST requests using {{p.eccencaRestOperator}}.
121+
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+
113127
#####
114128
# Files
115129
#####
@@ -151,37 +165,77 @@ integrations:
151165
content: |
152166
Use the {{p.json}} dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
153167
168+
- name: Avro
169+
icon: ":fontawesome-solid-paper-plane:"
170+
#icon: ":other-apacheavro:"
171+
content: |
172+
Use the {{p.avro}} dataset to read and write files in the [Avro](https://avro.apache.org/) format.
173+
174+
- name: Parquet
175+
icon: ":simple-apacheparquet:"
176+
content: |
177+
Use the {{p.parquet}} dataset to read and write files in the [Parquet](https://parquet.apache.org/) format.
178+
179+
- name: ORC
180+
icon: ":other-apacheorc:"
181+
content: |
182+
Use the {{p.orc}} dataset to read and write files in the [ORC](https://orc.apache.org/) format.
183+
184+
- name: RDF
185+
icon: ":simple-semanticweb:"
186+
content: |
187+
Use the {{p.file}} dataset to read and write files in the RDF formats ([N-Quads](https://www.w3.org/TR/n-quads/), [N-Triples](https://www.w3.org/TR/n-triples/), [Turtle](https://www.w3.org/TR/turtle/), [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) or [RDF/JSON](https://www.w3.org/TR/rdf-json/)).
188+
154189
#####
155190
# Databases
156191
#####
157192

158193
- name: Neo4J
159194
icon: ":simple-neo4j:"
160195
content: |
161-
Use the {{p.neo4j}} dataset for reading and writing Neo4j graphs.
196+
Use the {{p.neo4j}} dataset for reading and writing [Neo4j graphs](https://neo4j.com/).
162197
163198
- name: PostgreSQL
164199
icon: ":simple-postgresql:"
165200
content: |
166-
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
201+
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
167202
168203
- name: MariaDB
169204
icon: ":simple-mariadb:"
170205
content: |
171-
MariaDB can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
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).
172207
173208
- name: SQLite
174209
icon: ":simple-sqlite:"
175210
content: |
176-
SQLite can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
211+
SQLite can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
177212
178213
- name: MySQL
179214
icon: ":simple-mysql:"
180215
content: |
181-
MySQL can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
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).
217+
218+
- name: Hive
219+
icon: ":simple-apachehive:"
220+
content: |
221+
Read from or write to an embedded Apache {{p.Hive}} endpoint.
182222
183223
- name: Microsoft SQL
184224
icon: ":material-microsoft:"
185225
content: |
186-
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
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).
187227
228+
- name: Snowflake
229+
icon: ":simple-snowflake:"
230+
content: |
231+
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
232+
233+
- name: pgvector
234+
icon: ":black_large_square:"
235+
content: |
236+
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: 87 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,22 @@ The following services and applications can be easily integrated in Corporate Me
1919
---
2020

2121
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
22-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
22+
to interact with any [Anthropic / Claude provided Large Language Models](https://docs.claude.com/en/docs/about-claude/models/overview) (LLMs).
23+
24+
25+
- :fontawesome-solid-paper-plane:{ .lg .middle } Avro
26+
27+
---
28+
29+
Use the [Avro](../../build/reference/dataset/avro.md) dataset to read and write files in the [Avro](https://avro.apache.org/) format.
2330

2431

2532
- :material-microsoft-azure:{ .lg .middle } Azure AI Foundry
2633

2734
---
2835

2936
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
30-
to interact with Azure AI Foundry provided Large Language Models (LLMs).
37+
to interact with any [Azure AI Foundry provided Large Language Models](https://ai.azure.com/catalog) (LLMs).
3138

3239

3340
- :fontawesome-solid-file-csv:{ .lg .middle } CSV
@@ -66,6 +73,13 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
6673
You can execute a [GraphQL query](../../build/reference/customtask/cmem_plugin_graphql-workflow-graphql-GraphQLPlugin.md) and process the result in a workflow.
6774

6875

76+
- :simple-apachehive:{ .lg .middle } Hive
77+
78+
---
79+
80+
Read from or write to an embedded Apache [Hive database](../../build/reference/dataset/Hive.md) endpoint.
81+
82+
6983
- :simple-jira:{ .lg .middle } Jira
7084

7185
---
@@ -106,7 +120,7 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
106120

107121
---
108122

109-
MariaDB can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
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).
110124

111125

112126
- :simple-mattermost:{ .lg .middle } Mattermost
@@ -121,21 +135,21 @@ the [Send Mattermost messages](../../build/reference/customtask/cmem_plugin_matt
121135

122136
---
123137

124-
The Microsoft SQL Server can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
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).
125139

126140

127141
- :simple-mysql:{ .lg .middle } MySQL
128142

129143
---
130144

131-
MySQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
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).
132146

133147

134148
- :simple-neo4j:{ .lg .middle } Neo4J
135149

136150
---
137151

138-
Use the [Neo4j](../../build/reference/dataset/neo4j.md) dataset for reading and writing Neo4j graphs.
152+
Use the [Neo4j](../../build/reference/dataset/neo4j.md) dataset for reading and writing [Neo4j graphs](https://neo4j.com/).
139153

140154

141155
- :simple-nextcloud:{ .lg .middle } Nextcloud
@@ -166,22 +180,64 @@ to interact with Ollama provided Large Language Models (LLMs).
166180
---
167181

168182
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
169-
to interact with OpenAI provided Large Language Models (LLMs).
183+
to interact with any [OpenAI provided Large Language Models](https://platform.openai.com/docs/models) (LLMs).
170184

171185

172186
- :octicons-ai-model-24:{ .lg .middle } OpenRouter
173187

174188
---
175189

176190
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
177-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
191+
to interact with any [OpenRouter provided Large Language Models](https://openrouter.ai/models) (LLMs).
192+
193+
194+
- :other-apacheorc:{ .lg .middle } ORC
195+
196+
---
197+
198+
Use the [ORC](../../build/reference/dataset/orc.md) dataset to read and write files in the [ORC](https://orc.apache.org/) format.
199+
200+
201+
- :simple-apacheparquet:{ .lg .middle } Parquet
202+
203+
---
204+
205+
Use the [Parquet](../../build/reference/dataset/parquet.md) dataset to read and write files in the [Parquet](https://parquet.apache.org/) format.
206+
207+
208+
- :black_large_square:{ .lg .middle } pgvector
209+
210+
---
211+
212+
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector) using the [Search Vector Embeddings](../../build/reference/customtask/cmem_plugin_pgvector-Search.md).
178213

179214

180215
- :simple-postgresql:{ .lg .middle } PostgreSQL
181216

182217
---
183218

184-
PostgreSQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
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).
227+
228+
229+
- :simple-semanticweb:{ .lg .middle } RDF
230+
231+
---
232+
233+
Use the [RDF file](../../build/reference/dataset/file.md) dataset to read and write files in the RDF formats ([N-Quads](https://www.w3.org/TR/n-quads/), [N-Triples](https://www.w3.org/TR/n-triples/), [Turtle](https://www.w3.org/TR/turtle/), [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) or [RDF/JSON](https://www.w3.org/TR/rdf-json/)).
234+
235+
236+
- :material-application-braces-outline:{ .lg .middle } REST
237+
238+
---
239+
240+
Execute REST requests using [Execute REST requests](../../build/reference/customtask/eccencaRestOperator.md).
185241

186242

187243
- :fontawesome-brands-salesforce:{ .lg .middle } Salesforce
@@ -192,11 +248,25 @@ to interact with Anthropic / Claude provided Large Language Models (LLMs).
192248
execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin_salesforce-SoqlQuery.md).
193249

194250

251+
- :simple-snowflake:{ .lg .middle } Snowflake
252+
253+
---
254+
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).
256+
257+
258+
- :simple-apachespark:{ .lg .middle } Spark
259+
260+
---
261+
262+
Apply a [Spark](https://spark.apache.org/) function to a specified field using [Execute Spark function](../../build/reference/customtask/SparkFunction.md).
263+
264+
195265
- :simple-sqlite:{ .lg .middle } SQLite
196266

197267
---
198268

199-
SQLite can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
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).
200270

201271

202272
- :material-ssh:{ .lg .middle } SSH
@@ -206,6 +276,13 @@ execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin
206276
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).
207277

208278

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+
209286
- :material-xml:{ .lg .middle } XML
210287

211288
---
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 26 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)