No description, website, or topics provided.
Python JavaScript Shell HTML Makefile
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
client
reload_app
.dockerignore
.gitignore
.travis.yml
Dockerfile
Makefile
PULL_REQUEST_TEMPLATE
README.md
docker-entrypoint.sh
package.json
requirements-test.txt
requirements.txt
run.py
schema.json
webpack.config.js

README.md

re:load

An analytics ETL for BigQuery. Pairs well with Redash.

Run Server

make dev

Rebuild ra.min.js

npm install
npm run build

Integration testing

Start the server and point your browser to localhost:port/client/test.html. Check that no javascript errors were thrown.