To setup: ./setup.sh
To teardown: ./teardown.sh
Standalone tasks:
-
Install data-hub and add entities: ./gradlew mlDeploy
-
Run flow (ingestion and mapping): ./gradlew hubRunFlow -PflowName=AdvantageFlow -PentityName=Customer -PbatchSize=100 -PthreadCount=4 -Psteps="1,2"
-
Create 10 users: ./gradlew mlDeployUsers
-
Uninstall data-hub ./gradlew mlUndeploy -Pconfirm=true