Skip to content

Commit 6ebddab

Browse files
committed
sort and inify SQL datasets
1 parent e739144 commit 6ebddab

2 files changed

Lines changed: 41 additions & 32 deletions

File tree

data/integrations.yml

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -256,61 +256,65 @@ integrations:
256256
# Databases
257257
#####
258258

259+
- name: Hive
260+
icon: ":simple-apachehive:"
261+
content: |
262+
Read from or write to an embedded Apache {{p.Hive}} endpoint.
263+
264+
- name: pgvector
265+
icon: ":black_large_square:"
266+
content: |
267+
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector)
268+
using the {{p.cmem_plugin_pgvector_Search}}.
269+
259270
- name: Neo4J
260271
icon: ":simple-neo4j:"
261272
content: |
262273
Use the {{p.neo4j}} dataset for reading and writing [Neo4j graphs](https://neo4j.com/).
263274
275+
- name: Snowflake
276+
icon: ":simple-snowflake:"
277+
content: |
278+
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset (JDBC driver included).
279+
280+
- name: Microsoft SQL
281+
icon: ":material-microsoft:"
282+
content: |
283+
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
284+
264285
- name: PostgreSQL
265286
icon: ":simple-postgresql:"
266287
content: |
267288
PostgreSQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
268289
290+
- name: MySQL
291+
icon: ":simple-mysql:"
292+
content: |
293+
MySQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
294+
269295
- name: MariaDB
270296
icon: ":simple-mariadb:"
271297
content: |
272298
MariaDB can be accessed with the {{p.Jdbc}} dataset and a
273299
[Custom JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
300+
Please have a look at
301+
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
274302
275303
- name: SQLite
276304
icon: ":simple-sqlite:"
277305
content: |
278306
SQLite can be accessed with the {{p.Jdbc}} dataset and a
279307
[Custom JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
280-
281-
- name: MySQL
282-
icon: ":simple-mysql:"
283-
content: |
284-
MySQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
285-
286-
- name: Hive
287-
icon: ":simple-apachehive:"
288-
content: |
289-
Read from or write to an embedded Apache {{p.Hive}} endpoint.
290-
291-
- name: Microsoft SQL
292-
icon: ":material-microsoft:"
293-
content: |
294-
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
295-
296-
- name: Snowflake
297-
icon: ":simple-snowflake:"
298-
content: |
299-
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset (JDBC driver included).
300-
301-
- name: pgvector
302-
icon: ":black_large_square:"
303-
content: |
304-
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector)
305-
using the {{p.cmem_plugin_pgvector_Search}}.
308+
Please have a look at
309+
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
306310
307311
- name: Trino
308312
icon: ":simple-trino:"
309313
content: |
310-
[Trino](https://github.com/trinodb/trino) can be access with the
311-
{{p.Jdbc}} dataset and a [Custom JDBC driver](https://trino.io/docs/current/client/jdbc.html).
314+
[Trino](https://github.com/trinodb/trino) can be access with the {{p.Jdbc}} dataset and a
315+
[Custom JDBC driver](https://trino.io/docs/current/client/jdbc.html).
312316
Please have a look at
313-
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/)
317+
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
314318
315319
- name: Databricks
316320
icon: ":simple-databricks:"
@@ -319,3 +323,4 @@ integrations:
319323
[Custom JDBC driver](https://github.com/databricks/databricks-jdbc).
320324
Please have a look at
321325
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
326+

docs/build/integrations/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ GraphDB can be used as the integrated Quad Store as well.
146146

147147
MariaDB can be accessed with the [Remote SQL endpoint](../../build/reference/dataset/Jdbc.md) dataset and a
148148
[Custom JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
149+
Please have a look at
150+
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
149151

150152

151153
- :simple-mattermost:{ .lg .middle } Mattermost
@@ -330,6 +332,8 @@ execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin
330332

331333
SQLite can be accessed with the [Remote SQL endpoint](../../build/reference/dataset/Jdbc.md) dataset and a
332334
[Custom JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
335+
Please have a look at
336+
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
333337

334338

335339
- :material-ssh:{ .lg .middle } SSH
@@ -355,10 +359,10 @@ Tentris can be used as the integrated Quad Store as well (beta).
355359

356360
---
357361

358-
[Trino](https://github.com/trinodb/trino) can be access with the
359-
[Remote SQL endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [Custom JDBC driver](https://trino.io/docs/current/client/jdbc.html).
362+
[Trino](https://github.com/trinodb/trino) can be access with the [Remote SQL endpoint](../../build/reference/dataset/Jdbc.md) dataset and a
363+
[Custom JDBC driver](https://trino.io/docs/current/client/jdbc.html).
360364
Please have a look at
361-
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/)
365+
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
362366

363367

364368
- :black_large_square:{ .lg .middle } Virtuoso

0 commit comments

Comments
 (0)