Skip to content

luluuuluuuuu/crypto-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-analysis

Final Report

Open the pdf file <root>/Report.pdf

Prerequisite

Development

Database

Create a file called .env-dev in the <root> directory and insert the following configuration.

$ POSTGRES_DB=postgres
$ POSTGRES_USER=postgres
$ POSTGRES_PASSWORD=Crypto01

Execute the following commands.

$ cd <root>/
$ docker-compose up

Server

Execute the following commands.

$ cd <root>/parent/
$ mvn clean install
$ cd <root>/analysis/
$ mvn exec:Java

Experiment

Execute the following commands, and then open the var_crypto.ipynb or var_stock.ipynb file in the browser.

$ cd <root>/experiment/
$ jupyter notebook

Report

Execute the following commands to compile the LaTeX file.

$ cd <root>/report/
$ pdflatex Report.tex
$ cp Report.pdf ../Report.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published