This application makes the following assumptions:
- The column order in the CSV file will be as follows: [timestamp, symbol, price].
- Only one type of crypto can be in one csv file.
- Some default data are always provided.
First of all you need to replace [REPLACE_ME] in application-local.yml
Then run
mvn clean compile
and use this IDEA run configuration
--spring.profiles.active=local
This command will create JAR file which is using is Dockerfile
mvn clean compile package
and after that we are ready to use Dockerfile for containerization
crypto_data_test directory consist file for testing of adding new crypto