Skip to content

Commit

Permalink
update connector list to point to conduit.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Jan 8, 2024
1 parent 6a3fe41 commit 0decf3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ each configuration option based on the following priorities:
## Connectors
For the full list of available connectors, see
the [Connector List](docs/connectors.md). If there's a connector that you're
looking for that isn't available in Conduit, please file
an [issue](https://github.com/ConduitIO/conduit/issues/new?assignees=&labels=triage&template=3-connector-request.yml&title=Connector%3A+%3Cresource%3E+%5BSource%2FDestination%5D)
the [Connector List](https://conduit.io/docs/connectors/connector-list). If
there's a connector that you're looking for that isn't available in Conduit,
please file an [issue](https://github.com/ConduitIO/conduit/issues/new?assignees=&labels=triage&template=3-connector-request.yml&title=Connector%3A+%3Cresource%3E+%5BSource%2FDestination%5D)
.
Conduit loads standalone connectors at startup. The connector binaries need to
Expand Down
42 changes: 1 addition & 41 deletions docs/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,51 +82,11 @@ The Conduit team and other community developers create and maintain standalone c

Learn more about how you can install [standalone connectors to Conduit here](https://conduit.io/docs/connectors/installing).

### Support Types

- `Conduit` - These are connectors that are built by the Conduit. Any issues or problems filed on those repos will be
responded to by the Conduit team.
- `Community` - A community connector is one where a developer created a connector and they're the ones supporting it
not the Conduit team.
- `Legacy` - Some connectors are built using non-preferred methods. For example, Kafka Connect connectors can be used
on Conduit. This is considered a stop gap measure until `conduit` or `community` connectors are built.

At this time, Conduit does not have any commercially supported connectors.

### Source & Destination

Source means the connector has the ability to get data from an upstream data store. Destination means the connector can
to write to a downstream data store.

### The List

| Connector | Source | Destination | Support | Conduit version support |
|-----------|-------|----|-------------|-------------|
| [Airtable](https://github.com/conduitio-labs/conduit-connector-airtable) |WIP| | Community | WIP |
| [Algolia](https://github.com/conduitio-labs/conduit-connector-algolia) | || Conduit | v0.3.0 |
| [Azure Storage](https://github.com/conduitio-labs/conduit-connector-azure-storage) || | Community | v0.3.0|
| [BigQuery](https://github.com/conduitio-labs/conduit-connector-bigquery) || | Community | v0.3.0|
| [DB2](https://github.com/conduitio-labs/conduit-connector-db2) |WIP|WIP| Community |WIP|
| [Elasticsearch](https://github.com/conduitio-labs/conduit-connector-elasticsearch) ||| Community |v0.3.0|
| [File](https://github.com/ConduitIO/conduit-connector-file) ||| Conduit |v0.3.0|
| [Firebolt](https://github.com/conduitio-labs/conduit-connector-firebolt) |WIP |WIP| Community | WIP |
| [GCP PubSub](https://github.com/conduitio-labs/conduit-connector-gcp-pubsub) ||| Community |WIP |
| [Google Cloud Storage](https://github.com/conduitio-labs/conduit-connector-google-cloudstorage) || | Community | v0.3.0|
| [Google Sheets](https://github.com/conduitio-labs/conduit-connector-google-sheets) || | Community | v0.3.0|
| [Kafka](https://github.com/ConduitIO/conduit-connector-kafka) ||| Conduit |v0.3.0|
| [Kafka Connect Wrapper](https://github.com/ConduitIO/conduit-kafka-connect-wrapper) ||| Legacy |v0.3.0|
| [Marketo](https://github.com/conduitio-labs/conduit-connector-marketo) || | Community |v0.3.0|
| [Materialize](https://github.com/conduitio-labs/conduit-connector-materialize) | || Community |v0.3.0|
| [MongoDB](https://github.com/conduitio-labs/conduit-connector-mongo) ||| Community |v0.6.0|
| [Nats Jetstream](https://github.com/conduitio-labs/conduit-connector-nats-jetstream) ||| Community |v0.3.0|
| [Nats PubSub](https://github.com/conduitio-labs/conduit-connector-nats-pubsub) ||| Community |v0.3.0|
| [Oracle DB](https://github.com/conduitio-labs/conduit-connector-oracle) |WIP|WIP| Community |WIP|
| [Postgres](https://github.com/ConduitIO/conduit-connector-postgres) ||| Conduit |v0.3.0|
| [Random Generator](https://github.com/ConduitIO/conduit-connector-generator) || | Conduit |v0.3.0|
| [Redis](https://github.com/conduitio-labs/conduit-connector-redis) ||| Community |v0.3.0|
| [S3](https://github.com/ConduitIO/conduit-connector-s3) ||| Conduit | v0.3.0|
| [Salesforce](https://github.com/conduitio-labs/conduit-connector-salesforce) || | Community | v0.3.0|
| [Snowflake](https://github.com/conduitio-labs/conduit-connector-snowflake) || | Community |v0.3.0|
| [Stripe](https://github.com/conduitio-labs/conduit-connector-stripe) || | Community |v0.3.0|
| [Vitess](https://github.com/conduitio-labs/conduit-connector-vitess) |WIP|WIP| Community |WIP|
| [Zendesk](https://github.com/conduitio-labs/conduit-connector-zendesk) ||| Community |v0.3.0|
A full list of connectors is hosted here: https://conduit.io/docs/connectors/connector-list/.

Check failure on line 92 in docs/connectors.md

View workflow job for this annotation

GitHub Actions / markdownlint-cli2

Bare URL used

docs/connectors.md:92:43 MD034/no-bare-urls Bare URL used [Context: "https://conduit.io/docs/connec..."] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md034.md

Check failure on line 92 in docs/connectors.md

View workflow job for this annotation

GitHub Actions / markdownlint-cli2

Files should end with a single newline character

docs/connectors.md:92:93 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md047.md

0 comments on commit 0decf3e

Please sign in to comment.