https://github.com/tuhinsharma121/hospital-claim-fraud-detection.git
cd hospital-claim-fraud-detection
git checkout master
cd ..
hospital-claim-fraud-detection/ubuntu-1604-install-dependency.sh
hospital-claim-fraud-detection/osx-install-dependency.sh
For mac make sure remote login is enabled.
hospital-claim-fraud-detection/service-up.sh
- FLINK - http://localhost:18081
- DRUID - http://localhost:28888
- SPARK - http://localhost:8080
hospital-claim-fraud-detection/service-down.sh
hospital-claim-fraud-detection/service-reset.sh
cd hospital-claim-fraud-detection/profiler
sbt clean assembly
cd ~
cd flink-1.8.0
nohup ./bin/flink run -c com.hospitalclaim.fraud.profilers.Profiler /Users/tuhinsharma/Documents/Git/hospital-claim-fraud-detection/profiler/target/scala-2.11/hospital-claim-fraud-profiler-assembly-0.1.0-SNAPSHOT.jar --config /Users/tuhinsharma/Documents/Git/hospital-claim-fraud-detection/profiler/src/main/resources/hospital-claim-fraud-profiler.properties > ~/nohup_flink_profiler.out&
kill -9 $pid
pip3 install -r hospital-claim-fraud-detection/models/requirements.txt
nohup python3.6 hospital-claim-fraud-detection/models/utils/scripts/druid_setup.py > ~/nohup_druid_setup.out&
nohup python3.6 hospital-claim-fraud-detection/models/utils/scripts/kafka_claimdata_producer.py > ~/nohup_kafka_datagen.out&
kill -9 $pid
bash hospital-claim-fraud-detection/models/utils/scripts/cron/profile_anomaly_train.sh
bash hospital-claim-fraud-detection/models/utils/scripts/cron/profile_anomaly_deploy.sh