We have just purchased a large amount of historical OHLC price data that were shared to us in CSV files format. We need to start centralising and digitalising those data. These files can be ranging from a few GBs to a couple of TBs.
- First of All, try to install docker. you can install docker by this guideline
- Make Sure 8080 and 5432 ports are open, Then run application and Database container by
docker-compose up -d --build
- Open your browser, after running previous step you should see swagger:
localhost:8080/swagger/index.html