The Harmony Analytics Platform (Harmony), developed by Zenysis Technologies, helps make sense of messy data by transforming, cleaning and enriching data from multiple sources. https://www.zenysis.com/#harmony
Summary:
Druid likes using ports in the 8000 range, so when running Harmony + Druid locally, it's necessary to change the ports Hasura and Webpack run on.
Test Plan:
Test webpack
export WEBPACK_PORT=5001
yarn webpack
and
export WEBPACK_PORT=5001
yarn server
Check that webpack is serving up data correctly.
Test hasura
export HASURA_PORT=8088
export HASURA_HOST=http://localhost:${HASURA_PORT}
yarn server
Summary: Druid likes using ports in the 8000 range, so when running Harmony + Druid locally, it's necessary to change the ports Hasura and Webpack run on.
Test Plan:
Test webpack
and
Check that webpack is serving up data correctly.
Test hasura
Check that AQT works as expected.