Matteo Bottacini, [email protected]
The first step is to setup the remote Ubuntu server to download and store the financial data needed. In these scripts are described both the codes and the intuition behind them.
Folder structure:
../server/
src/
option-data-download.py
move-files.sh
server-setup.sh
reports/
report-ubuntu-server-setup.md
report-data-download.md
images/
database-output.png
log-sample.png
- In
../Server/src/option-data-download.py
option data of BTC and ETH are collected from Deribit via the public API andPython3
. - In
../Server/src/move-files.sh
is coded aSHELL
script to move zipped files from the initial directory to the destination one. - In
../Server/src/server.setup.sh
is coded aSHELL
script to setup the Ubuntu remote server.