Zenysis / Harmony

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
GNU Affero General Public License v3.0
31 stars 14 forks source link

Override hasura and webpack ports ; PRO-996 #125

Open Sybrand opened 4 months ago

Sybrand commented 4 months ago

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

Check that AQT works as expected.

linear[bot] commented 4 months ago

PRO-996