Skip to content

Commit 77ae34d

Browse files
authored
Merge pull request #196 from heywalter/update-faq-register-data-source
Add new FAQ section for registering data sources in community edition
2 parents 6a0c366 + c68b526 commit 77ae34d

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ replicasetstatus
719719
topmetrics
720720
tsdb
721721
xzvf
722+
addregister
722723
AUT
723724
CHGOBJOWN
724725
CRTLIB

docs/faq/use-product.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,11 @@ Steps include:
8383
3. In the source node settings, turn on the custom query switch for full sync and add the SQL query statement needed during the full data sync phase (does not affect the incremental phase).
8484
![Custom Query](../images/query_table_for_api.png)
8585
4. After setting up the target node, click the settings in the upper right corner of the page, set the synchronization type to **full**, and then set a regular scheduling strategy based on real-time requirements.
86-
5. Start the task and wait for it to run to completion before creating and publishing an API service based on the new table [create and publish an API service](../publish-apis/create-api-service.md).
86+
5. Start the task and wait for it to run to completion before creating and publishing an API service based on the new table [create and publish an API service](../publish-apis/create-api-service.md).
87+
88+
89+
## How do I add/register a data source in TapData Community Edition?
90+
91+
TapData Community Edition comes with built-in support for commonly used data sources such as MySQL, PostgreSQL, and MongoDB. For the complete list, see [Supported Data Sources](../connectors/supported-data-sources.md).
92+
93+
If you need additional data sources, clone the [TapData Connectors](https://github.com/tapdata/tapdata-connectors) repository, build it following the tutorial in repository README, and register the new connector with your local Community Edition instance.

docs/getting-started/install-and-setup/install-community-edition.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,5 @@ TapData Community includes the following main components:
130130

131131
## Next Steps
132132

133-
[Connect to a Database](../connect-data-source.md)
133+
- [Connect to a Database](../connect-data-source.md)
134+
- [Add/Register a Data Source](../../faq/use-product.md#how-do-i-addregister-a-data-source-in-tapdata-community-edition)

0 commit comments

Comments
 (0)