@grafana/levitate-bq
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

Levitate with BigQuery

This is a utility tooling for shipping levitate data into big query.

Install

yarn install

Usage

Together with levitate

# Build the binary
yarn build

# Specify the google bigquery credentials file path via
export BQ_SA_KEY="<json-from-your-key-file>"
export BQ_PROJECT="<name-of-project>"

# Use levitate to get all imports for packages and send to big query
npx @grafana/levitate gobble [args] | node ./dist/index.js \
    -dataset gcom_plugins \
    -table grafana_import

Together with local example

# Build the binary
yarn build

# Pipe an already existing json file of package imports and send to big query
cat example.json | node ./dist/index.js \
    -dataset gcom_plugins \
    -table grafana_import

/@grafana/levitate-bq/

    Package Sidebar

    Install

    npm i @grafana/levitate-bq

    Weekly Downloads

    0

    Version

    0.3.1

    License

    Apache-2.0

    Unpacked Size

    10.9 kB

    Total Files

    16

    Last publish

    Collaborators

    • teodosii
    • yulia.shanyrova
    • clord
    • reemtariqq
    • grafanabot
    • scottleppgrafana
    • academo_grafana
    • jwestbrook
    • ivanahuckova
    • domasx2
    • bmatei
    • dsotirakis
    • tolzhabayev
    • iwysiu
    • andresmgotor
    • leventebalogh
    • torkelo
    • dprokop
    • peteholmberg
    • ryantxu
    • mckn
    • sunker