Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rluvaton/redash-in-js
Redash in JavaScript - run query in multiple envs
https://github.com/rluvaton/redash-in-js
Last synced: 23 days ago
JSON representation
Redash in JavaScript - run query in multiple envs
- Host: GitHub
- URL: https://github.com/rluvaton/redash-in-js
- Owner: rluvaton
- License: mit
- Created: 2022-11-30T09:12:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T18:54:53.000Z (over 1 year ago)
- Last Synced: 2024-10-28T03:24:37.207Z (2 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-opensource-israel - Redash-in-js - Run Query on multiple environments through Redash (Projects by main language / javascript)
README
# redash-in-js
Redash in JavaScript - run query in multiple envs## Getting Started
1. Clone
2. move to node version that found in the `.nvmrc` file
3. copy `env.example.js` to `env.js`
4. Set the urls, token (token can be found in the profile page in redash) and data source id
5. run `npm i`
6. run `node index.js ""`> In case you have other envs you need to change throughout the code (In the future I want to make it configurable)
------
I need to publish this as an NPM package, I'll try to do it when I have time