-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce connector artifact metadata
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,43 @@ | ||
connectors: | ||
- id: mysql | ||
title: MySQL Connector Plug-in | ||
artifact: debezium-connector-mysql | ||
- id: mariadb | ||
title: MariaDB Connector Plug-in | ||
artifact: debezium-connector-mysql | ||
- id: mongodb | ||
title: MongoDB Connector Plug-in | ||
artifact: debezium-connector-mongodb | ||
- id: postgres | ||
title: PostgreSQL Connector Plug-in | ||
artifact: debezium-connector-postgres | ||
- id: oracle | ||
title: Oracle Connector Plug-in | ||
artifact: debezium-connector-oracle | ||
- id: sqlserver | ||
title: SQL Server Connector Plug-in | ||
artifact: debezium-connector-sqlserver | ||
- id: cassandra | ||
title: Cassandra Plug-in | ||
artifact: debezium-connector-cassandra | ||
- id: cassandra-3 | ||
title: Cassandra 3 Plug-in | ||
artifact: debezium-connector-cassandra-3 | ||
- id: cassandra-4 | ||
title: Cassandra 4 Plug-in | ||
artifact: debezium-connector-cassandra-4 | ||
- id: db2 | ||
title: Db2 Plug-in | ||
artifact: debezium-connector-db2 | ||
- id: spanner | ||
title: Google Spanner Connector Plug-in | ||
artifact: debezium-connector-spanner | ||
- id: vitess | ||
title: Vitess Connector Plug-in | ||
artifact: debezium-connector-vitess | ||
- id: jdbc | ||
title: JDBC Sink Connector Plug-in | ||
artifact: debezium-connector-jdbc | ||
- id: informix | ||
title: Informix Connector Plug-in | ||
artifact: debezium-connector-informix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters