A mock repository to demonstrate various optimization techniques and dead ends while building a recommendation service for dog food.
You can follow the installation steps in The Rust Programming Language book to get started.
To generate source files for the service, run the generate_source_data
binary:
cargo run --release --bin generate_source_data
For options, use the --help
flag:
cargo run --bin generate_source_data -- --help
Before deriving an output file, ensure you've generated source data. To run the algorithm that generates the output, run the main binary:
cargo run --release
Again, help can be found via the --help
flag:
cargo run -- --help