Skip to content

Commit 207f5d6

Browse files
committed
extend integrations list
1 parent a47bb85 commit 207f5d6

4 files changed

Lines changed: 125 additions & 13 deletions

File tree

data/integrations.yml

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ integrations:
4646
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
4747
to interact with OpenAI provided Large Language Models (LLMs).
4848
49-
5049
#####
5150
# Services
5251
#####
@@ -151,37 +150,67 @@ integrations:
151150
content: |
152151
Use the {{p.json}} dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
153152
153+
- name: Avro
154+
icon: ":fontawesome-solid-paper-plane:"
155+
#icon: ":other-apacheavro:"
156+
content: |
157+
Use the {{p.avro}} dataset to read and write files in the [Avro](https://avro.apache.org/) format.
158+
159+
- name: Parquet
160+
icon: ":simple-apacheparquet:"
161+
content: |
162+
Use the {{p.parquet}} dataset to read and write files in the [Parquet](https://parquet.apache.org/) format.
163+
164+
- name: ORC
165+
icon: ":other-apacheorc:"
166+
content: |
167+
Use the {{p.orc}} dataset to read and write files in the [ORC](https://orc.apache.org/) format.
168+
154169
#####
155170
# Databases
156171
#####
157172

158173
- name: Neo4J
159174
icon: ":simple-neo4j:"
160175
content: |
161-
Use the {{p.neo4j}} dataset for reading and writing Neo4j graphs.
176+
Use the {{p.neo4j}} dataset for reading and writing [Neo4j graphs](https://neo4j.com/).
162177
163178
- name: PostgreSQL
164179
icon: ":simple-postgresql:"
165180
content: |
166-
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
181+
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
167182
168183
- name: MariaDB
169184
icon: ":simple-mariadb:"
170185
content: |
171-
MariaDB can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
186+
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).
172187
173188
- name: SQLite
174189
icon: ":simple-sqlite:"
175190
content: |
176-
SQLite can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
191+
SQLite can be accessed with the {{p.Jdbc}} dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
177192
178193
- name: MySQL
179194
icon: ":simple-mysql:"
180195
content: |
181-
MySQL can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
196+
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).
197+
198+
- name: Hive
199+
icon: ":simple-apachehive:"
200+
content: |
201+
Read from or write to an embedded Apache {{p.Hive}} endpoint.
182202
183203
- name: Microsoft SQL
184204
icon: ":material-microsoft:"
185205
content: |
186-
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
206+
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).
187207
208+
- name: Snowflake
209+
icon: ":simple-snowflake:"
210+
content: |
211+
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
212+
213+
- name: pgvector
214+
icon: ":black_large_square:"
215+
content: |
216+
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector) using the {{p.cmem_plugin_pgvector_Search}}.

docs/build/integrations/index.md

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ The following services and applications can be easily integrated in Corporate Me
2222
to interact with Anthropic / Claude provided Large Language Models (LLMs).
2323

2424

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.
30+
31+
2532
- :material-microsoft-azure:{ .lg .middle } Azure AI Foundry
2633

2734
---
@@ -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 proper [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 proper [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 proper [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
@@ -177,11 +191,32 @@ to interact with OpenAI provided Large Language Models (LLMs).
177191
to interact with Anthropic / Claude provided Large Language Models (LLMs).
178192

179193

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).
213+
214+
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 proper [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
185220

186221

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

194229

230+
- :simple-snowflake:{ .lg .middle } Snowflake
231+
232+
---
233+
234+
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).
235+
236+
195237
- :simple-sqlite:{ .lg .middle } SQLite
196238

197239
---
198240

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

201243

202244
- :material-ssh:{ .lg .middle } SSH
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 26 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)