- Jul 31, 2020
- 9,111
- 1,042,402
- 129
TUTProfessor submitted a new resource:
Functional Streams for Scala with FS2 - Dealing with flows of data the right way.
Read more about this resource...
Functional Streams for Scala with FS2 - Dealing with flows of data the right way.
Dealing with flows of data the right way.
Description
Many applications involve dealing with large flows of data. Examples are processing files in ETL jobs, reading results from a database or getting a big response from http calls. Handling large amounts of data often means sacrificing either readability or performance.
With streams, you can get the best of both worlds:
- Data is processed using a constant amount...
Read more about this resource...