SQL vs. Lambda

From WikiEducator
Jump to: navigation, search


SQL vs. Stream API
Convenor: Ioannis Kostaras
Participants:
Summary:
SQL vs. Stream API - JCrete2014


Free content media streamed from Wikimedia Commons
Cc-sa.svg

Download:
Download: .ogg

Ioannis gave a presentation comparing SQL vs. Java 8 Stream API. The purpose was to compare SQL to the Stream API as well as a learning guide to the Stream API. Not all SQL joins could be performed on the Java side, but this could be fixed by using a better Java model. Slides and Examples.

Recommendations:

Use a better Java model.