Deploying Connectors
Connectors allow you to quickly connect with other systems.
Follow these steps to find and deploy a connector:
- Ensure that you are logged into Quix Cloud.
- Click the
Connectors
tab in the nav. - Search for the connector you require (e.g. BigQuery)
- Click
Set up connector
. - Populate the connection details required for the connector.
- Click
Test connection & deploy
Customizing Connectors
You may wish to alter how the connector works, for example you might want to prepend data with your own unique values or change the size of each batch pushed to a downstream system.
To do this you can clone the connector code to your own repository.
Follow these steps to clone a connector, ready for modification:
- Ensure that you are logged into Quix Cloud.
- Click the
Connectors
tab in the nav. - Search for the connector you require (e.g. BigQuery)
- Click
Set up connector
. - Click
Customise connector
. - Provide a name for the connector or accept the default.
You can now edit the code in the online IDE or pull the code to your local machine and work there.
Note: You will not affect the code in the Connectors library and no-one outside of your organization will recieve your code updates.
If you'd like to contribute code or fixes to connectors or code samples please contact us.