-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathintegrations.yml
More file actions
323 lines (270 loc) · 11.6 KB
/
Copy pathintegrations.yml
File metadata and controls
323 lines (270 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
# Integrations content
---
integrations:
# Template (do not remove)
#
# - name: "Mandatory Short Name of the Service or Application (plain text)"
# icon: ":black_large_square:"
# # icon spec - have a look at https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/"
# content: |
# Mandatory small markdown paragraph which describes, what you can do with the service or application.
# The content should have at least one link.
# Possible placeholders:
# - {{p.pluginID}} - markdownlink to plugin (replace all '-' with '_')
# - {{p.pluginID_ref}} - relative link to plugin (replace all '-' with '_')
#####
# Triple / Quad Stores
#####
- name: Neptune
icon: ":other-neptune:"
content: |
Load and write Knowledge Graphs to Amazon Neptune by using the {{p.sparqlEndpoint}} dataset.
Query data from Amazon Neptune by using the SPARQL
[Construct]({{p.sparqlCopyOperator_ref}}),
[Select]({{p.sparqlSelectOperator_ref}}) and
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
Amazon Neptune can be used as the integrated Quad Store as well (beta).
- name: GraphDB
icon: ":other-graphdb:"
content: |
Load and write Knowledge Graphs to an external GraphDB store by using the {{p.sparqlEndpoint}} dataset.
Query data from GraphDB by using the SPARQL
[Construct]({{p.sparqlCopyOperator_ref}}),
[Select]({{p.sparqlSelectOperator_ref}}) and
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
GraphDB can be used as the integrated Quad Store as well.
- name: Qlever
icon: ":other-qlever:"
content: |
Load and write Knowledge Graphs to an external Qlever store by using the {{p.sparqlEndpoint}} dataset.
Query data from Qlever by using the SPARQL
[Construct]({{p.sparqlCopyOperator_ref}}),
[Select]({{p.sparqlSelectOperator_ref}}) and
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
Qlever can be used as the integrated Quad Store as well (beta).
- name: Tentris
icon: ":other-tentris:"
content: |
Load and write Knowledge Graphs to an external Tentris store by using the {{p.sparqlEndpoint}} dataset.
Query data from Tentris by using the SPARQL
[Construct]({{p.sparqlCopyOperator_ref}}),
[Select]({{p.sparqlSelectOperator_ref}}) and
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
Tentris can be used as the integrated Quad Store as well (beta).
- name: Virtuoso
icon: ":black_large_square:"
content: |
Load and write Knowledge Graphs to an external Openlink Virtuoso store by using the {{p.sparqlEndpoint}} dataset.
Query data from Virtuoso by using the SPARQL
[Construct]({{p.sparqlCopyOperator_ref}}),
[Select]({{p.sparqlSelectOperator_ref}}) and
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
Virtuoso can be used as the integrated Quad Store as well (beta).
#####
# LLM Provider
#####
- name: Ollama
icon: ":simple-ollama:"
content: |
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
to interact with Ollama provided Large Language Models (LLMs).
- name: Azure AI Foundry
icon: ":material-microsoft-azure:"
content: |
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
to interact with any [Azure AI Foundry provided Large Language Models](https://ai.azure.com/catalog) (LLMs).
- name: OpenRouter
icon: ":octicons-ai-model-24:"
content: |
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
to interact with any [OpenRouter provided Large Language Models](https://openrouter.ai/models) (LLMs).
- name: Anthropic / Claude
icon: ":simple-anthropic:"
content: |
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
to interact with any
[Anthropic / Claude provided Large Language Models](https://docs.claude.com/en/docs/about-claude/models/overview)
(LLMs).
- name: OpenAI
icon: ":simple-openai:"
content: |
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
to interact with any [OpenAI provided Large Language Models](https://platform.openai.com/docs/models) (LLMs).
#####
# Services
#####
- name: Office 365
icon: ":material-microsoft-office:"
content: |
Use the {{p.office365preadsheet}} to read and write to Excel workbooks in Office 365.
- name: Google Drive
icon: ":material-google-drive:"
content: |
Use the {{p.googlespreadsheet}} to read and write to Excel workbooks in Google Drive.
- name: SSH
icon: ":material-ssh:"
content: |
Interact with SSH servers to {{p.cmem_plugin_ssh_Download}} or {{p.cmem_plugin_ssh_Execute}}.
- name: Kubernetes
icon: ":simple-kubernetes:"
content: |
You can {{p.cmem_plugin_kubernetes_Execute}} and captures its output to process it.
- name: GraphQL
icon: ":simple-graphql:"
content: |
You can execute a {{p.cmem_plugin_graphql_workflow_graphql_GraphQLPlugin}} and process the result in a workflow.
- name: eMail / SMTP
icon: ":material-email-outline:"
content: |
Send plain text or HTML formatted [eMail messages]({{p.SendEMail_ref}}) using an SMTP server.
- name: Jira
icon: ":simple-jira:"
content: |
Execute a {{p.cmem_plugin_jira_JqlQuery}} on a Jira instance to fetch and integrate issue data.
- name: Kafka
icon: ":simple-apachekafka:"
content: |
You can [send]({{p.cmem_plugin_kafka_SendMessages_ref}}) and
[receive messages]({{p.cmem_plugin_kafka_ReceiveMessages_ref}}) to and from a Kafka topic.
- name: Nextcloud
icon: ":simple-nextcloud:"
content: |
Use a Nextcloud instance to [download files]({{p.cmem_plugin_nextcloud_Download_ref}}) to process
them or [upload files]({{p.cmem_plugin_nextcloud_Upload_ref}}) you created with Corporate Memory.
- name: Salesforce
icon: ":fontawesome-brands-salesforce:"
content: |
Interact with your Salesforce data, such as {{p.cmem_plugin_salesforce_workflow_operations_SobjectCreate}} or
execute a {{p.cmem_plugin_salesforce_SoqlQuery}}.
- name: Mattermost
icon: ":simple-mattermost:"
content: |
Send workflow reports or any other message to user and groups in you Mattermost with
the {{p.cmem_plugin_mattermost}} task.
- name: Spark
icon: ":simple-apachespark:"
content: |
Apply a [Spark](https://spark.apache.org/) function to a specified field using {{p.SparkFunction}}.
- name: REST
icon: ":material-application-braces-outline:"
content: |
Execute REST requests using {{p.eccencaRestOperator}}.
- name: PowerBI
icon: ":other-powerbi:"
content: |
Leverage your Knowledge Graphs in PowerBI by using our
[Corporate Memory Power-BI-Connector](../../consume/consuming-graphs-in-power-bi/index.md).
- name: Redash
icon: ":other-redash:"
content: |
Leverage your Knowledge Graphs in Redash using the integrated
[Corporate Memory Redash-Connector](../../consume/consuming-graphs-with-redash/index.md).
#####
# Files
#####
- name: YAML
icon: ":simple-yaml:"
content: |
Load and integrate data from YAML files with the {{p.cmem_plugin_yaml_parse}} task.
- name: XML
icon: ":material-xml:"
content: |
Load and write data to XML files with the {{p.xml}} dataset as well as
{{p.XmlParserOperator}} from external services.
- name: CSV
icon: ":fontawesome-solid-file-csv:"
content: |
Comma-separated values (CSV) is a text data format which can be processed
(read and write) with the [CSV Dataset]({{p.csv_ref}}).
- name: Excel
icon: ":material-file-excel:"
content: |
Use the {{p.excel}} task to read and write to Excel workbooks in the Open XML format (XLSX).
- name: JSON
icon: ":material-code-json:"
content: |
Use the {{p.json}} dataset to read and write JSON files (JavaScript Object Notation).
- name: Zipped JSON
icon: ":material-code-json:"
content: |
Use the {{p.json}} dataset to read and write JSON files in a ZIP Archive.
- name: JSON Lines
icon: ":material-code-json:"
content: |
Use the {{p.json}} dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
- name: Avro
icon: ":other-apacheavro:"
content: |
Use the {{p.avro}} dataset to read and write files in the [Avro format](https://avro.apache.org/).
- name: Parquet
icon: ":simple-apacheparquet:"
content: |
Use the {{p.parquet}} dataset to read and write files in the [Parquet](https://parquet.apache.org/) format.
- name: ORC
icon: ":other-apacheorc:"
content: |
Use the {{p.orc}} dataset to read and write files in the [ORC](https://orc.apache.org/) format.
- name: RDF
icon: ":simple-semanticweb:"
content: |
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/)).
#####
# Databases
#####
- name: Hive
icon: ":simple-apachehive:"
content: |
Read from or write to an embedded Apache {{p.Hive}} endpoint.
- name: pgvector
icon: ":black_large_square:"
content: |
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector)
using the {{p.cmem_plugin_pgvector_Search}}.
- name: Neo4J
icon: ":simple-neo4j:"
content: |
Use the {{p.neo4j}} dataset for reading and writing [Neo4j graphs](https://neo4j.com/).
- name: Snowflake
icon: ":simple-snowflake:"
content: |
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset (JDBC driver included).
- name: Microsoft SQL
icon: ":material-microsoft:"
content: |
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
- name: PostgreSQL
icon: ":simple-postgresql:"
content: |
PostgreSQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
- name: MySQL
icon: ":simple-mysql:"
content: |
MySQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
- name: MariaDB
icon: ":simple-mariadb:"
content: |
MariaDB can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
- name: SQLite
icon: ":simple-sqlite:"
content: |
SQLite can be accessed with the {{p.Jdbc}} dataset and a
[Custom JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
Please have a look at
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
- name: Trino
icon: ":simple-trino:"
content: |
[Trino](https://github.com/trinodb/trino) can be access with the {{p.Jdbc}} dataset and a
[Custom JDBC driver](https://trino.io/docs/current/client/jdbc.html).
Please have a look at
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
- name: Databricks
icon: ":simple-databricks:"
content: |
[Databricks](http://databricks.com/) can be accessed with the {{p.Jdbc}} dataset and a
[Custom JDBC driver](https://github.com/databricks/databricks-jdbc).
Please have a look at
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).