swapi-wdc
v1.1.3
Published
A Tableau Web Data Connector you can use to analyze Star Wars characters, planets, vehicles, etc. using Tableau.
Downloads
6
Readme
Star Wars API Web Data Connector
A Tableau Web Data Connector that allows you to perform visual analysis on data from the Star Wars API using Tableau Desktop or Tableau Public.
Just want to play with the data? Open up Tableau and find "Web Data Connector"
under the list of data sources you can connect to. Copy and paste the following
URL into the connection dialog: https://tableau-mkt.github.io/swapi-wdc/
.
Not sure what a Web Data Connector is? Find out more about WDCs.
Acknowledgement
This WDC is an amalgamation of many cool tools and technologies. Thanks in particular to these folks for sharing their code and making this WDC possible:
- Raymond Camden for the SWAPI-Wrapper
- Tim Pietrusky for the Star Wars opening crawl
- Paul Hallett & co for creating and maintaining the Star Wars API
Contributing
If you find a bug or would like to see a feature implemented, create a new issue in the issue tracker. Pull requests are also welcome and encouraged!
Development
You will need node and grunt installed. With that in mind:
- Clone this repository
- Install dependencies with
npm install
- Start the connector with
grunt
- Run/debug the connector in the simulator or Tableau at
http://localhost:9001
- Make changes to source files
- Run tests with
npm test
- Commit changes, push them to your fork, and open a PR!