Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
import ConnectorRegistry from '@site/src/components/ConnectorRegistry';
|
|
|
|
# Connectors
|
|
|
|
Airbyte's library of connectors is used by the [data replication platform](/platform). A connector is a tool to pull data from a source or push data to a destination. To learn more about connectors, see [Sources, destinations, and connectors](../platform/move-data/sources-destinations-connectors). To learn how to use a specific connector, find the documentation for the connector you want to use, below.
|
|
|
|
## Contribute to Airbyte's connectors
|
|
|
|
Don't see the connector you need? Need a connector to do something it doesn't currently do? Airbyte's connectors are open source. You can [build new connectors](../platform/connector-development/) or contribute fixes and features to existing connectors. You can [add your changes](/community/contributing-to-airbyte/) to Airbyte's public connector catalog to help others, or publish changes privately in your own workspaces.
|
|
|
|
## Connector support levels
|
|
|
|
Connectors have different support levels (Airbyte, Marketplace, Enterprise, and Custom). Review [Connector support levels](/integrations/connector-support-levels) for details.
|
|
|
|
## All source connectors
|
|
|
|
<ConnectorRegistry type="source"/>
|
|
|
|
## All destination connectors
|
|
|
|
<ConnectorRegistry type="destination"/>
|