From 26540a52940f62d7f466be6d9a7b49d077730067 Mon Sep 17 00:00:00 2001 From: Cryptoval2 Date: Fri, 16 May 2025 15:57:12 +0000 Subject: [PATCH] cleaning --- .../hist/__DEPRECATED__ => __DEPRECATED__}/alpaca_md_day.sh | 0 .../market_data => __DEPRECATED__}/recorder/md_recorder.sh | 0 .../recorder/md_recorder_monitor.sh | 0 research/load_crypto_md.sh | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename {docker/market_data/hist/__DEPRECATED__ => __DEPRECATED__}/alpaca_md_day.sh (100%) rename {docker/market_data => __DEPRECATED__}/recorder/md_recorder.sh (100%) rename {docker/market_data => __DEPRECATED__}/recorder/md_recorder_monitor.sh (100%) diff --git a/docker/market_data/hist/__DEPRECATED__/alpaca_md_day.sh b/__DEPRECATED__/alpaca_md_day.sh similarity index 100% rename from docker/market_data/hist/__DEPRECATED__/alpaca_md_day.sh rename to __DEPRECATED__/alpaca_md_day.sh diff --git a/docker/market_data/recorder/md_recorder.sh b/__DEPRECATED__/recorder/md_recorder.sh similarity index 100% rename from docker/market_data/recorder/md_recorder.sh rename to __DEPRECATED__/recorder/md_recorder.sh diff --git a/docker/market_data/recorder/md_recorder_monitor.sh b/__DEPRECATED__/recorder/md_recorder_monitor.sh similarity index 100% rename from docker/market_data/recorder/md_recorder_monitor.sh rename to __DEPRECATED__/recorder/md_recorder_monitor.sh diff --git a/research/load_crypto_md.sh b/research/load_crypto_md.sh index dd36a89..14bf166 100755 --- a/research/load_crypto_md.sh +++ b/research/load_crypto_md.sh @@ -3,7 +3,7 @@ usage() { echo -n "Usage: $0 [-h ]" echo -n " [-d (yesterday*)]" - echo -n " [-s (cvttdata/cloud21*)>]" + echo -n " [-s (cloud28/cloud21*)>]" echo " [-t (/opt/jupyter_gpu/data/crypto_md)]" exit 1 } @@ -67,7 +67,7 @@ if ! is_valid "${host}" "${valid_hosts[@]}" ; then usage fi -valid_sources=('cloud21' 'cvttdata') +valid_sources=('cloud21' 'cloud28') if ! is_valid ${source} ${valid_sources[@]} ; then echo "Source '${source}' is not valid" usage