This commit is contained in:
Oleg Sheynin 2024-07-19 09:47:18 -04:00
parent 9a59b00998
commit 84a55ec85c
3 changed files with 7 additions and 20 deletions

View File

@ -22,25 +22,12 @@ E Q U I T Y M A R K E T D A T A
| cvttdata:/home/cvtt/prod/archive/md_archive/equity/alpaca_md (TBD)
|
v
==========
Storage
==========
| created by crontabs:
| cvttdata:
|
| created by crontab cvttdata:
| /home/cvtt/prod/utils/sync_market_data.sh
| stored in:
| homestore:/works/cvtt/md_archive/crypto/cvttdata
| homestore:/works/cvtt/md_archive/crypto/cloud21
| backed up in:
| cloud21:/opt/store/cvtt/md_archive/crypto/cvttdata
| cloud21:/opt/store/cvtt/md_archive/crypto/cloud21
v
==========
Usage
==========
| homestore:/works/cvtt/md_archive/equity/alpaca_md
| cloud21:/opt/store/cvtt/md_archive/equity/alpaca_md
____V_______

View File

@ -1 +1 @@
0.9.2
0.9.3

View File

@ -109,6 +109,6 @@ done
echo "Compressing"
for file in $(find ${OutputDir} -type f -name '*db' -print )
do
echo "Compressing ${file}
echo "Compressing ${file}"
gzip ${file}
done