Skip to content

A back-end Java application that reads sales data from multiple CSVs, stores the data in memory to an array list, uses Java streams to filter / extract specific statistics, and generate a sales report

Notifications You must be signed in to change notification settings

Alex-Cultrera/Sales-Analytics-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sales Analytics Tool

Project where I used Java to create a program that reads sales data from multiple CSV files, stores the sales data in an array list, and uses Java streams to filter the data and extract specific statistics that are added to a sales report that the program generates.

About

A back-end Java application that reads sales data from multiple CSVs, stores the data in memory to an array list, uses Java streams to filter / extract specific statistics, and generate a sales report

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages