cljsjs/tableauwdc

Create a Web Data Connector (WDC) when you want to connect to a web data source from Tableau. A WDC is an HTML page with JavaScript code that connects to web data (for example, by means of a REST API), converts the data to a JSON format, and passes the data to Tableau.

Leiningen/Boot

[cljsjs/tableauwdc "2.2.0-1"]

Clojure CLI/deps.edn

cljsjs/tableauwdc {:mvn/version "2.2.0-1"}

Gradle

implementation("cljsjs:tableauwdc:2.2.0-1")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>tableauwdc</artifactId>
  <version>2.2.0-1</version>
</dependency>