Skip to content

A brewery analyzer based on the list of breweries provided.

Notifications You must be signed in to change notification settings

itunc/BreweryAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

===============================

Brewery Analyzer

===============================

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

About

A brewery analyzer based on the list of breweries provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%