Ventan00 / quanda

quanda is a service for questions and answers
Apache License 2.0
2 stars 0 forks source link

Images/Files server #95

Open pnarozniak opened 3 years ago

pnarozniak commented 3 years ago

Is your feature request related to a problem? Please describe. -My question is related to long future of our 'Quanda' development. We need to think how do we want to handle Images/Files access.

Describe the solution you'd like -I think nowadays it is pointless to create our own server with file system. What do you think about using the top cloud solution which is AWS S3(https://aws.amazon.com/s3/) Or Azure Blob Storage(https://azure.microsoft.com/pl-pl/services/storage/blobs/#features) which is well supported by .net core NuGet Packages.

Describe alternatives you've considered Of course these cloud servers are very expensive. But for development purposes they have 12months free access. So the key think is: Do we want to use our app in 'production' if so I would not recommend this solution but if we want 'Quanda' to be only our showcase repository on github I think it would be great. What are your thoughts?

Ventan00 commented 3 years ago

I think this is a great idea, but in one of the last phases of development. I would suggest that in the first phase we use the apache2/nginx server using docker to mock a future solution on aws/azure, and then when the whole project is ready, move to a hosted server.

pnarozniak commented 3 years ago

Ye sound great.

Patrykoss commented 3 years ago

I like this solution.