Large Dataset processing with Spring Data JPA Stream | Advanced Java

preview_player
Показать описание
In this video, I am demonstrating, processing of a large dataset that contains over 42+ million rows and 18GB in size. The dataset contains the records of Parking Violation tickets issued in NYC in the time period around 2013 ~ 2017.

Video Topics
1. Demonstration
2. Downloading Dataset ( 01:15 )
3. Populating data to DB ( 02:50 )
4. Creating spring-boot project with Spring Data ( 03:24 )
5. Processing data ( 06:25 )
6. Final demonstration ( 09:56 )

If you are interested in the code, please download project files from:

Рекомендации по теме
Комментарии
Автор

Informative, thanks a lot. Please do more videos on advance JPA

cryptochamp
Автор

This is informative .thanks alot .please more on advance jpa

rockdynamics
Автор

Interesting, encourage you to add voice

osaidsayyid
Автор

Very helpful video, Can you suggest if this can be use for non-Read only data (stream and update data). Thanks

yeshwanthreddykota
Автор

This is nice but can you show us how to do something similar with WHERE clause to select records. Let's say selecting records based on date range and stream them.

pshar