Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.68 KB

File metadata and controls

42 lines (33 loc) · 1.68 KB

Get Remote Server data

Last Update March 24, 2021

Matteo Bottacini, [email protected]

The second step is to get option data from the remote server and to store them locally to perform all the tasks In these scripts are described both the codes and the intuition behind them.

Folder structure:

    ../GetServerData/
        data/
            btc_option_data.ftr
            eth_option_data.ftr
        deliverables/
            get-server-data.py
        src/
            utils.py
            credentials.py
        reports/
            walk-thorugh-the-code.md
            images/
              event-log.png
              storage.png
              read_write_all.png
              read_write.png

Reports

  1. Walk through the code

Instruction