https://github.com/alex-cultrera/large-dataset-async-fetch-and-analysis
A back-end Java application that can efficiently fetch and analyze one million lines of data from a .txt file by leveraging multi-threading and asynchronous Java code
https://github.com/alex-cultrera/large-dataset-async-fetch-and-analysis
asynchronous-programming completable-future java junit lambda-expressions lists map multithreading stream thread-pool
Last synced: 27 days ago
JSON representation
A back-end Java application that can efficiently fetch and analyze one million lines of data from a .txt file by leveraging multi-threading and asynchronous Java code
- Host: GitHub
- URL: https://github.com/alex-cultrera/large-dataset-async-fetch-and-analysis
- Owner: Alex-Cultrera
- Created: 2024-07-23T19:43:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:40:34.000Z (10 months ago)
- Last Synced: 2025-05-13T20:37:08.486Z (27 days ago)
- Topics: asynchronous-programming, completable-future, java, junit, lambda-expressions, lists, map, multithreading, stream, thread-pool
- Language: Java
- Homepage:
- Size: 644 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Large Dataset Async Fetch and Analysis
Project where I leveraged multi-threading and wrote asynchronous Java code to create a program that can efficiently fetch and analyze one million lines of data from a .txt file.