The program reads breweries from the csv file from the input and analyze it according to questions:
a. What is the number of breweries in each state?
b. What are the top cities for breweries?
c. How many breweries have the link to the website?
d. How many breweries located in Delaware state also offer tacos?
e. What percentage of breweries in each state offers wine?
You can run the program from your IDE or from terminal when you are in the project folder, with commands:
maven clean package
java -jar target/BreweryAnalyzer-1.0-SNAPSHOT-jar-with-dependencies.jar