Book Image

Java 9 Functional Data Processing [Video]

By : Andrei Ruse
Book Image

Java 9 Functional Data Processing [Video]

By: Andrei Ruse

Overview of this book

<p>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.</p> <p>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.</p> <h1>Style and Approach</h1> <p>A friendly course packed with step-by-step instructions that will guide you with Java 9. This comprehensive course is divided into small parts so that you can learn at your own pace the features of Java 9</p>
Table of Contents (3 chapters)
Chapter 1
Loading CSV files and Maven Dependency Management
Content Locked
Section 4
Creating an Object Oriented Representation of a CSV Data File Using Song Information
How do CSV libraries such as Apache Maven handle files, both when reading and writing data? - Compare parsing using a library versus verbose code - Compare a CSV file with the equivalent Java class - Write code to show the read-write cycle