Java 9 Functional Data Processing

Java 9 Functional Data Processing

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 48m | 373 MB

Learn Data Processing with Java 9

The course will introduce viewers to the different data structures available in Java 9, and how they can leverage them to process and manipulate data. We will start with a simple CSV data file, containing information about songs played on a music streaming service.

The Videos will teach you about the data file that will be parsed using the Apache Commons framework, giving the audience exposure to using Maven for dependency management, and we will model the contents of the file using our previous song streaming example. The audience will then learn how to use loops to process, filter, and mutate the data in the file. As a bonus, at the end of the product we will learn how to simplify our processing logic using functional programming.

What You Will Learn

  • Add CSV files and maven dependency
  • Work with data structures
  • Create functional programming
  • Find data using sets
  • Parsing CSV files with Apache