This content has been marked as final.
Show 3 replies
-
1. Re: How to run a Web Connector Example at github.io
diego.medrano Feb 14, 2017 11:14 AM (in response to Phil Cannata)Hey Phil,
Have you followed our documentation for running the web data connector?
-Diego
-
2. Re: How to run a Web Connector Example at github.io
Brendan LeeFeb 14, 2017 11:48 AM (in response to Phil Cannata)
Hey Phil,
If you are interested in creating your own connectors or modifying the samples, what you'll want to do is:
- Fork the webdataconnector repository so you have your own.
- Host for free using GitHub pages: https://pages.github.com/
- You'll then be able use some URL like yourgithubusername.github.io/webdataconnector/Examples/earthquakeUSGS.html from within Tableau to connect to that WDC.
If you are just interested in connecting to the samples without doing your own development, you can connect via our own GitHub pages hosting, for example: http://tableau.github.io/webdataconnector/Examples/html/earthquakeUSGS.html
-
3. Re: How to run a Web Connector Example at github.io
Phil Cannata Feb 14, 2017 2:00 PM (in response to Brendan Lee)That worked, thanks a lot.
phil