forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Create homepage for Sources/Destinations (airbytehq#34391)
Co-authored-by: Evan Tahler <[email protected]>
- Loading branch information
1 parent
28e4ec2
commit 61100dc
Showing
4 changed files
with
32 additions
and
3 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import ConnectorRegistry from '@site/src/components/ConnectorRegistry'; | ||
|
||
# Destinations | ||
|
||
A destination is a data warehouse, data lake, database, or an analytics tool where you want to load your ingested data. | ||
|
||
Read more about our [Connector Support Levels](/integrations/connector-support-levels) to understand what to expect from a connector. | ||
|
||
|
||
## Destinations | ||
|
||
<ConnectorRegistry type="destination"/> | ||
|
||
_[View the connector registry in full](/integrations)_ |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import ConnectorRegistry from '@site/src/components/ConnectorRegistry'; | ||
|
||
# Sources | ||
|
||
A source is an API, file, database, or data warehouse that you want to ingest data from. | ||
|
||
Read more about our [Connector Support Levels](/integrations/connector-support-levels) to understand what to expect from a connector. | ||
|
||
## Sources | ||
|
||
<ConnectorRegistry type="source"/> | ||
|
||
_[View the connector registry in full](/integrations)_ |
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