Skip to content

Commit 46028cb

Browse files
authored
Merge branch 'main' into feature/helm-deployment
2 parents 17d9842 + 6ca103d commit 46028cb

File tree

81 files changed

+2302
-10286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2302
-10286
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: '3'
55

66
vars:
77
PUBLIC_BRANCH: published
8-
CURRENT_VERSION: 25.2
8+
CURRENT_VERSION: 25.3
99
MATERIAL_TAG: 9.6.14
1010
MATERIAL_INSIDER_TAG: 9.6.14-insiders-4.53.16
1111

data/integrations.yml

Lines changed: 91 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,69 @@ integrations:
44
# Template (do not remove)
55
#
66
# - name: "Mandatory Short Name of the Service or Application (plain text)"
7-
# icon: "icon spec - have a look at https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/"
7+
# icon: ":black_large_square:"
8+
# # icon spec - have a look at https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/"
89
# content: |
910
# Mandatory small markdown paragraph which describes, what you can do with the service or application.
1011
# The content should have at least one link.
1112
# Possible placeholders:
1213
# - {{p.pluginID}} - markdownlink to plugin (replace all '-' with '_')
1314
# - {{p.pluginID_ref}} - relative link to plugin (replace all '-' with '_')
1415

16+
#####
17+
# Triple / Quad Stores
18+
#####
19+
20+
- name: Neptune
21+
icon: ":other-neptune:"
22+
content: |
23+
Load and write Knowledge Graphs to Amazon Neptune by using the {{p.sparqlEndpoint}} dataset.
24+
Query data from Amazon Neptune by using the SPARQL
25+
[Construct]({{p.sparqlCopyOperator_ref}}),
26+
[Select]({{p.sparqlSelectOperator_ref}}) and
27+
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
28+
Amazon Neptune can be used as the integrated Quad Store as well (beta).
29+
30+
- name: GraphDB
31+
icon: ":other-graphdb:"
32+
content: |
33+
Load and write Knowledge Graphs to an external GraphDB store by using the {{p.sparqlEndpoint}} dataset.
34+
Query data from GraphDB by using the SPARQL
35+
[Construct]({{p.sparqlCopyOperator_ref}}),
36+
[Select]({{p.sparqlSelectOperator_ref}}) and
37+
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
38+
GraphDB can be used as the integrated Quad Store as well.
39+
40+
- name: Qlever
41+
icon: ":other-qlever:"
42+
content: |
43+
Load and write Knowledge Graphs to an external Qlever store by using the {{p.sparqlEndpoint}} dataset.
44+
Query data from Qlever by using the SPARQL
45+
[Construct]({{p.sparqlCopyOperator_ref}}),
46+
[Select]({{p.sparqlSelectOperator_ref}}) and
47+
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
48+
Qlever can be used as the integrated Quad Store as well (beta).
49+
50+
- name: Tentris
51+
icon: ":other-tentris:"
52+
content: |
53+
Load and write Knowledge Graphs to an external Tentris store by using the {{p.sparqlEndpoint}} dataset.
54+
Query data from Tentris by using the SPARQL
55+
[Construct]({{p.sparqlCopyOperator_ref}}),
56+
[Select]({{p.sparqlSelectOperator_ref}}) and
57+
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
58+
Tentris can be used as the integrated Quad Store as well (beta).
59+
60+
- name: Virtuoso
61+
icon: ":black_large_square:"
62+
content: |
63+
Load and write Knowledge Graphs to an external Openlink Virtuoso store by using the {{p.sparqlEndpoint}} dataset.
64+
Query data from Virtuoso by using the SPARQL
65+
[Construct]({{p.sparqlCopyOperator_ref}}),
66+
[Select]({{p.sparqlSelectOperator_ref}}) and
67+
[Update]({{p.sparqlUpdateOperator_ref}}) tasks.
68+
Virtuoso can be used as the integrated Quad Store as well (beta).
69+
1570
#####
1671
# LLM Provider
1772
#####
@@ -38,7 +93,9 @@ integrations:
3893
icon: ":simple-anthropic:"
3994
content: |
4095
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
41-
to interact with any [Anthropic / Claude provided Large Language Models](https://docs.claude.com/en/docs/about-claude/models/overview) (LLMs).
96+
to interact with any
97+
[Anthropic / Claude provided Large Language Models](https://docs.claude.com/en/docs/about-claude/models/overview)
98+
(LLMs).
4299
43100
- name: OpenAI
44101
icon: ":simple-openai:"
@@ -122,7 +179,14 @@ integrations:
122179
- name: PowerBI
123180
icon: ":other-powerbi:"
124181
content: |
125-
Leverage your Knowledge Graphs in PowerBI using our [Corporate Memory Power-BI-Connector](../../consume/consuming-graphs-in-power-bi/index.md).
182+
Leverage your Knowledge Graphs in PowerBI by using our
183+
[Corporate Memory Power-BI-Connector](../../consume/consuming-graphs-in-power-bi/index.md).
184+
185+
- name: Redash
186+
icon: ":other-redash:"
187+
content: |
188+
Leverage your Knowledge Graphs in Redash using the integrated
189+
[Corporate Memory Redash-Connector](../../consume/consuming-graphs-with-redash/index.md).
126190
127191
#####
128192
# Files
@@ -146,7 +210,7 @@ integrations:
146210
(read and write) with the [CSV Dataset]({{p.csv_ref}}).
147211
148212
- name: Excel
149-
icon: ":fontawesome-solid-file-csv:"
213+
icon: ":material-file-excel:"
150214
content: |
151215
Use the {{p.excel}} task to read and write to Excel workbooks in the Open XML format (XLSX).
152216
@@ -166,10 +230,9 @@ integrations:
166230
Use the {{p.json}} dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
167231
168232
- name: Avro
169-
icon: ":fontawesome-solid-paper-plane:"
170-
#icon: ":other-apacheavro:"
233+
icon: ":other-apacheavro:"
171234
content: |
172-
Use the {{p.avro}} dataset to read and write files in the [Avro](https://avro.apache.org/) format.
235+
Use the {{p.avro}} dataset to read and write files in the [Avro format](https://avro.apache.org/).
173236
174237
- name: Parquet
175238
icon: ":simple-apacheparquet:"
@@ -184,7 +247,10 @@ integrations:
184247
- name: RDF
185248
icon: ":simple-semanticweb:"
186249
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/)).
250+
Use the {{p.file}} dataset to read and write files in the RDF formats
251+
([N-Quads](https://www.w3.org/TR/n-quads/), [N-Triples](https://www.w3.org/TR/n-triples/),
252+
[Turtle](https://www.w3.org/TR/turtle/), [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) or
253+
[RDF/JSON](https://www.w3.org/TR/rdf-json/)).
188254
189255
#####
190256
# Databases
@@ -198,22 +264,26 @@ integrations:
198264
- name: PostgreSQL
199265
icon: ":simple-postgresql:"
200266
content: |
201-
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
267+
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a
268+
[JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
202269
203270
- name: MariaDB
204271
icon: ":simple-mariadb:"
205272
content: |
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).
273+
MariaDB can be accessed with the {{p.Jdbc}} dataset and a
274+
[JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
207275
208276
- name: SQLite
209277
icon: ":simple-sqlite:"
210278
content: |
211-
SQLite can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
279+
SQLite can be accessed with the {{p.Jdbc}} dataset and a
280+
[JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
212281
213282
- name: MySQL
214283
icon: ":simple-mysql:"
215284
content: |
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).
285+
MySQL can be accessed with the {{p.Jdbc}} dataset and a
286+
[JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
217287
218288
- name: Hive
219289
icon: ":simple-apachehive:"
@@ -223,19 +293,24 @@ integrations:
223293
- name: Microsoft SQL
224294
icon: ":material-microsoft:"
225295
content: |
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).
296+
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a
297+
[JDBC driver](https://central.sonatype.com/artifact/com.microsoft.sqlserver/mssql-jdbc).
227298
228299
- name: Snowflake
229300
icon: ":simple-snowflake:"
230301
content: |
231-
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
302+
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a
303+
[JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
232304
233305
- name: pgvector
234306
icon: ":black_large_square:"
235307
content: |
236-
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector) using the {{p.cmem_plugin_pgvector_Search}}.
308+
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector)
309+
using the {{p.cmem_plugin_pgvector_Search}}.
237310
238311
- name: Trino
239312
icon: ":simple-trino:"
240313
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).
314+
[Trino](https://github.com/trinodb/trino) can be access with the
315+
{{p.Jdbc}} dataset and a [JDBC driver](https://trino.io/docs/current/client/jdbc.html).
316+

0 commit comments

Comments
 (0)