/trucks-x-cargo

Load cargos and trucks data (.csv files), pick the closest truck for each cargo, and output in the stdout.

Primary LanguagePython

trucks-x-cargo

  • Author: Jorge Feldmann
  • Purpose: load cargos and trucks data (.csv files), pick the closest truck for each cargo, and output in the stdout.

Requirements

Setup

  • Start virutal env
make env
  • Install dependencies
make install

How to run

  • Load default CSVs from input folder, with default options
make run

More details

  • For more details about the solution and options to run, please check how-it-works.