This library helps you create your own Data Source Connectors and Targets for CloverDX Wrangler. Data Source Connectors are modules that allow CloverDX Wrangler to access and manipulate data from various sources, such as databases, APIs, files, etc. Targets allow a possibility to save data to the specified target (database, online service, etc.). Data Catalog Connectors Template provides a basic structure and examples for building a Data Source Connector and Target, as well as documentation. You can download this library from CloverDX Marketplace, install it to CloverDX Wrangler, and customize it according to your needs. Data Catalog Connectors Template is a useful tool for developers who want to extend the functionality of CloverDX Wrangler and integrate it with different data sources and targets.
If you have downloaded this template from the Marketplace, you may notice that it has a .clib extension. This is actually a ZIP file that contains a CloverDX project. You can open the template by renaming the .clib file to .zip and extracting the archive. Inside, you will find a CloverDX project folder that you can import into your workspace and customize as you wish. When you are done with your modifications, you can export the project as a library again by using the File -> Export as Library... menu option. This will create a new .clib file that you can share or reuse.
Replace with the documentation for your own implementation of library using Markdown syntax - documentation here.
It is recommended to describe all components/data source connectors included in your Library. This section should cover description of the DataSource. You can consider also description of ports and parameters.
| Port | Required | Used for | Description |
|---|---|---|---|
| Output port 0 | Required | Data | Output data |
| Parameter label | Parameter label | Description | Required | Default Value |
|---|---|---|---|---|
| Active customers only | ACTIVE_INACTIVE | If set to true, only active customers are returned. | false | empty |
| State | STATE | Filter only selected state. | false | empty |
It is recommended to describe all targets included in your Library. This section should cover description of the DataTarget. You can consider also description of ports and parameters.
This template points out all requirements needed for the development of a Data Target. Data Target Connectors are special subgraphs designed to be used as data targets data targets in the Data Catalog in CloverDX Wrangler.
| Port | Required | Used for | Description |
|---|---|---|---|
| Input port 0 | Required | Data | Output data |
| Parameter label | Parameter label | Description | Required | Default Value |
|---|---|---|---|---|
| Parameter | Label | Description | false | empty |