Compare commits

..

3 Commits

Author SHA1 Message Date
oleg 5acdb1c0f1 equities data 2024-02-03 16:16:57 -05:00
oleg 657df142ac progress 2024-02-03 15:25:52 -05:00
oleg de2429af1a progress 2024-02-03 15:22:53 -05:00
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
0.4.8
0.5.2
+1 -1
View File
@@ -14,7 +14,7 @@ function load_zipfile {
}
# ---------------------------------------------------
root_dir=/home/cvtt/prod/eqt_hist_md
root_dir=/opt/store/cvtt/eqt_hist_md
log_dir=/home/cvtt/prod/logs
url_root="https://firstratedata.com/datafile/89CgWiwc60CylOIEFRDTCg"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
# ---------------------------------------------------
root_dir=/home/cvtt/prod/eqt_hist_md
root_dir=/opt/store/cvtt/eqt_hist_md
prune_criteria="6 month ago"
+2 -2
View File
@@ -9,9 +9,9 @@ if [ "${host}" == "cvttdata" ]
then
ArchiveRootDir=/home/cvtt/prod/archive/md_archive
CredKey=TSDB_MD_CVTTDATA_RO
elif [ "${host}" == "cloud19.cryptovaltrading.com" ]
elif [ "${host}" == "cloud21.cryptovaltrading.com" ]
then
ArchiveRootDir=/opt/cvtt/archive/md_archive
ArchiveRootDir=/opt/store/cvtt/archive/md_archive
CredKey=TSDB_MD_CLD21_RO
else
echo "Unknown host ${host}. ${0} Aborted."