thameezb / ninety9names_go

Golang Implementation of SA Bodhanya's Excel 99names application
https://ninety9names.herokuapp.com/
1 stars 0 forks source link

Proposed Architecture #8

Open thameezb opened 4 years ago

thameezb commented 4 years ago

This project (in its current state) aims to have :

This aims to be hosted on the heroku.com platform for free.

Please feel free to comment on ideas/suggestions/clarity on above.

Note that I have not handled this architecture before, and thus is a learning experience for me as well. Therefore open to all ideas of best practises to implement

thameezb commented 4 years ago

As per #16, shifted away from using a CSV, to a postgresql DB. Have added in two utilities, one to run a migration to create the DB Schema and the other to read-in the data from the excel file and upload to DB