tet123/documentation/modules/ROOT/pages/connectors/index.adoc
Chris Cranford 5d7ae4a46c
DBZ-1686 Documentation Changes (#1251)
* DBZ-1686 Remove references to specific DBZ versions; Fix typo reference to db2 connector
2020-02-10 21:38:37 +01:00

19 lines
847 B
Plaintext

= Connectors
include::../_attributes.adoc[]
Debezium's goal is to build up a library of connectors that capture changes from a variety of DBMSes and produce events with very similar structures, making it far easier for your applications to consume and respond to the events regardless of where the changes originated.
We currently have the following connectors:
* xref:connectors/mongodb.adoc[MongoDB]
* xref:connectors/mysql.adoc[MySQL]
* xref:connectors/postgresql.adoc[PostgreSQL]
* xref:connectors/sqlserver.adoc[SQL Server]
* xref:connectors/oracle.adoc[Oracle] (Incubating)
* xref:connectors/db2.adoc[Db2] (Incubating)
* xref:connectors/cassandra.adoc[Cassandra] (Incubating)
[NOTE]
====
An incubating connector is one that has been released for preview purposes and is subject to changes that may not always be backward compatible.
====