rafrombrc / redash-iodide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redash-Iodide

Redash extensions for Iodide.

https://circleci.com/gh/mozilla/redash-iodide.svg?style=svg CalVer - Timely Software Versioning

Installation

Please install the package using your favorite package installer:

pip install redash-iodide

Development

During the development we're providing some convenience Make tasks that are supposed to be run from the Docker host machine, not from inside a container.

Create the database

Only once please:

make database

Install NPM modules

First install the Node modules:

make node_modules

Start the containers

Start backend, Celery, Redis, Postgres:

make up

Run webpack devserver

Please run in parallel to the containers above:

make devserver

Start shell

To enter the container and run a bash shell run:

make bash

Run tests

To run the tests (from the host machine) run:

make test

Issues & questions

See the issue tracker on GitHub to open tickets if you have issues or questions about Redash_Iodide.

About

License:Mozilla Public License 2.0


Languages

Language:Python 77.9%Language:Shell 17.6%Language:Makefile 3.2%Language:Dockerfile 1.3%