Using Docker API to build a Code Evaluation Service in Elixir.

Using Docker API to build a Code Evaluation Service in Elixir.
Loading csv files to a database has always been a challenging task, without the database tables already created one has to go through the tiring process of manually inspecting the CSVs and creating the DDL queries to create the tables before the data can be loaded. Again, when dealing with huge csv files, the process […]