LoginSignup
1
0

More than 5 years have passed since last update.

Tableau WDC 2.0 Get Startしてみる

Posted at

Tableau WDC 2.0 Get Start

WDCとは、WebDataConnect。
Tableauからネット上でXMLやJSONといった形で公開されてるAPI(RESTとか)からデータを拾って、Tableauに突っ込む仕組み

事前準備
- Git
- node と nmp

WDCのSDKを取得

cd $WORKDIR
git clone https://github.com/tableau/webdataconnector.git
cd webdataconnector

シミュレータを動かす

cd $WORKDIR/webdataconnector
npm install --production
npm start
http://localhost:8888/Simulator/index.html

image.png

ここで、
URLには、 ../Examples/html/earthquakeUSGS.html はいっていて、【ボタン】  Start Interactive Phase
をクリックする

image.png

【ボタン】Get Earthquake Data!

をクリックすると・・・

image.png
とでるので、
【ボタン】Fetch  Table Dataをクリック

image.png
取り込まれる状態ができました

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0