The Web Data Connector comes with boilerplate connectors that you can use as templates to build your own connector. Also, these boilerplate connectors help you can learn about specific features of the WDC SDK. The boilerplates are built using the TACO Toolkit.
This is the default connector when you created the first connector. This connector connects to the United States Geological Survey (USGS) Earthquake feed and gets data about earthquakes in the last week.
Basic authentication connector
This connector shows you how to create your own connector authorized by username and password.
Custom authentication connector
This connector shows how to create your own custom authorization connector.
This connector demonstrates how to use the locale property of the Tableau object to localize content. For more information about how Tableau handles data connection with OAuth, see OAuth Connections in the Tableau Server help.
This connector builds on the default connector to show how to get data into multiple tables from a data source.
This connector shows you how to use build a React connector.