Skip to content

mlodato517/dog_food_for_you

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Recommending fanciful feasts for our furry friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages