An open API service indexing awesome lists of open source software.

https://github.com/alex-cultrera/sales-analytics-tool

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
https://github.com/alex-cultrera/sales-analytics-tool

arraylist date-formatting filter java map sort streams switchstatement

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.