ferdn4ndo / candlestick-data-lake

A data lake application for candlestick crawling, storage and syncronous (API) and asyncronous (WebSockets) serving
MIT License
0 stars 0 forks source link

Provide the first deploy #4

Open ferdn4ndo opened 3 years ago

ferdn4ndo commented 3 years ago

We must determine how the system is going to be deployed and perform an initial test with public access to the health endpoint. The process should be documented.

Where and how are we going to deploy it?

ferdn4ndo commented 3 years ago

As pointed on #14 by @adrianoadum we could have two different docker-compose.yml files, one for the prod environment and another for the dev one, so we can map the database image ports to the host instance and directly access the data while developing (for example).