Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 888 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 888 Bytes

Dog Food For You

A mock repository to demonstrate various optimization techniques and dead ends while building a recommendation service for dog food.

To Run

Install Rust

You can follow the installation steps in The Rust Programming Language book to get started.

Generating Data

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

Generating the Output

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