webdataconnector
webdataconnector copied to clipboard
Dockerize simulator and example connectors
This should simplify setup of the local development environment while building tableau WDC.
Instead of cloning and building it locally, with this simple Dockerfile we can bootstrap everything required in just two steps:
docker build . -t webdataconnector
docker run -d -p 9999:8888 webdataconnector:latest
And access simulator at:
http://localhost:9999/Simulator/index.html
or examples at:
http://localhost:9999/Examples/
Would be also recommended that Tableau builds and publishes this container to one of the public docker reposiotories (i.e. DockerHub).