0.32.3 • Published 7 months ago

@knowitall/vertica-driver v0.32.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

WebsiteDocsBlogSlackTwitter

npm version GitHub Actions

Cube.js Vertica Database Driver

Cube.js Vertica driver that uses vertica-nodejs package.

Learn more

Project Status

Project is WIP pending approval of PR 7298.

A recent build of cubejs with the vertica driver preinstalled is available as a public docker image while the project is WIP

docker pull timbrownls26/cubejs-vertica:0.0.1

Installation

npm i @knowitall/vertica-driver

Usage

For Docker

Build development docker image from variant of cubejs in this PR 7298.

Assuming the built image is tagged cubejs/cube:dev

FROM cubejs/cube:dev

RUN npm i @knowitall/vertica-driver

Note: This driver isn't supported by front-end so we can not use connection wizard to config vertica data source. Please use env instead.

    environment:
      - CUBEJS_DB_TYPE=vertica
      - CUBEJS_DB_HOST= #host
      - CUBEJS_DB_NAME= #database name 
      - CUBEJS_DB_PORT=5433
      - CUBEJS_DB_USER= #database user
      - CUBEJS_DB_PASS= #database password
      - CUBEJS_DEV_MODE=true #if running locally

if CUBEJS_DB_TYPE=vertica then the vertica driver is loaded automatically.

License

Cube.js Vertica Database Driver is Apache 2.0 licensed.

0.32.3

7 months ago

0.32.2

7 months ago

0.32.1

7 months ago

0.32.0

7 months ago