Tableau Web Data Connector. Developer samples and tools. Also a list of connectors created by the Tableau developer community.
- Clone this repo if you want to run everything locally (alternatively you can download everything as a .zip file)
- Try the samples (hosted or locally)
- Submit a pull request to share any connectors you've created
- Check out the Tableau Developer Portal at http://developers.tableau.com for WDC docs and forum
You can run the Simulator locally or use the hosted one here:
These are the samples created and maintained by Tableau.
"Hosted URL" can be used to run the connector in Tableau or in the Simulator.
Name | Data Source | Source Code | Hosted URL |
---|---|---|---|
Google Sheets Connector | Google Sheets | Examples | GoogleSheetsConnector.html |
Incremental Update Connector | N/A | Examples | IncrementalUpdateConnector.html |
JSON Connector | N/A | Examples | jsonConnector.html |
Mad Money Scraper Connector | Mad Money Stock Picks | Examples | MadMoneyScraper.html |
Socrata Connector | Socrata | Examples | SocrataConnector.html |
Stock Quote Connector | Yahoo! Stock Data | Examples | StockQuoteConnector_final.html |
XML Connector | Any XML file | Examples | xmlConnector.html |
These are connectors created and maintained by the community. Not endorsed or supported by Tableau.
Here are a few great WDC resources that might be helpful for developement.
Resource | Author | Type |
---|---|---|
Better WDC Performance with Promises | Eric Peterson | Tutorial |
generator-web-data-connector | Eric Peterson | Development Tools |