You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/integrations.yml
+36-7Lines changed: 36 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ integrations:
46
46
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
47
47
to interact with OpenAI provided Large Language Models (LLMs).
48
48
49
-
50
49
#####
51
50
# Services
52
51
#####
@@ -151,37 +150,67 @@ integrations:
151
150
content: |
152
151
Use the {{p.json}} dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
153
152
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
+
154
169
#####
155
170
# Databases
156
171
#####
157
172
158
173
- name: Neo4J
159
174
icon: ":simple-neo4j:"
160
175
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/).
162
177
163
178
- name: PostgreSQL
164
179
icon: ":simple-postgresql:"
165
180
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).
167
182
168
183
- name: MariaDB
169
184
icon: ":simple-mariadb:"
170
185
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).
172
187
173
188
- name: SQLite
174
189
icon: ":simple-sqlite:"
175
190
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).
177
192
178
193
- name: MySQL
179
194
icon: ":simple-mysql:"
180
195
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.
182
202
183
203
- name: Microsoft SQL
184
204
icon: ":material-microsoft:"
185
205
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).
187
207
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}}.
Use the [Avro](../../build/reference/dataset/avro.md) dataset to read and write files in the [Avro](https://avro.apache.org/) format.
30
+
31
+
25
32
- :material-microsoft-azure:{ .lg .middle } Azure AI Foundry
26
33
27
34
---
@@ -66,6 +73,13 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
66
73
You can execute a [GraphQL query](../../build/reference/customtask/cmem_plugin_graphql-workflow-graphql-GraphQLPlugin.md) and process the result in a workflow.
67
74
68
75
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
+
69
83
- :simple-jira:{ .lg .middle } Jira
70
84
71
85
---
@@ -106,7 +120,7 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
106
120
107
121
---
108
122
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).
110
124
111
125
112
126
- :simple-mattermost:{ .lg .middle } Mattermost
@@ -121,21 +135,21 @@ the [Send Mattermost messages](../../build/reference/customtask/cmem_plugin_matt
121
135
122
136
---
123
137
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).
125
139
126
140
127
141
- :simple-mysql:{ .lg .middle } MySQL
128
142
129
143
---
130
144
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).
132
146
133
147
134
148
- :simple-neo4j:{ .lg .middle } Neo4J
135
149
136
150
---
137
151
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/).
139
153
140
154
141
155
- :simple-nextcloud:{ .lg .middle } Nextcloud
@@ -177,11 +191,32 @@ to interact with OpenAI provided Large Language Models (LLMs).
177
191
to interact with Anthropic / Claude provided Large Language Models (LLMs).
178
192
179
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).
213
+
214
+
180
215
- :simple-postgresql:{ .lg .middle } PostgreSQL
181
216
182
217
---
183
218
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).
@@ -192,11 +227,18 @@ to interact with Anthropic / Claude provided Large Language Models (LLMs).
192
227
execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin_salesforce-SoqlQuery.md).
193
228
194
229
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
+
195
237
- :simple-sqlite:{ .lg .middle } SQLite
196
238
197
239
---
198
240
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).
0 commit comments