https://github.com/rockset/tableau-connector
Tableau Rockset Connector
https://github.com/rockset/tableau-connector
Last synced: 6 months ago
JSON representation
Tableau Rockset Connector
- Host: GitHub
- URL: https://github.com/rockset/tableau-connector
- Owner: rockset
- License: apache-2.0
- Created: 2020-12-03T18:21:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T14:48:22.000Z (almost 5 years ago)
- Last Synced: 2023-03-02T20:01:24.006Z (over 3 years ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tableau-connector
Tableau Rockset Connector
This directory contains the Tableau Rockset Connector.
The connector is built with the Tableau Connector SDK. The connector provides a simplified connection dialogue with Tableau. It also configures Tableau to use the appropriate dialect while talking to Rockset.
## Building
To build a new version of the connector, use [earthly](https://eartly.dev)
```
earthly +build
```
This produces the signed file in `build/rockset.taco`
### Signing
To sign the `.taco` file you need the `rockset.jks` Java KeyStore file and the keystore password set to the environment variable `STOREPASS`.
```
earthly --secret STOREPASS +sign
```
This produces the signed connector file in `signed/rockset.taco`