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
- Host: GitHub
- URL: https://github.com/alex-cultrera/sales-analytics-tool
- Owner: Alex-Cultrera
- Created: 2024-07-09T19:59:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:15:33.000Z (10 months ago)
- Last Synced: 2025-05-13T20:37:07.217Z (22 days ago)
- Topics: arraylist, date-formatting, filter, java, map, sort, streams, switchstatement
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.