October 2020
Beginner to intermediate
356 pages
6h 50m
English
In the previous chapter, we looked at how to install various tools, such as NiFi, Airflow, PostgreSQL, and Elasticsearch. In this chapter, you will be learning how to use these tools. One of the most basic tasks in data engineering is moving data from a text file to a database. In this chapter, you will read data from and write data to several different text-based formats, such as CSV and JSON.
In this chapter, we're going to cover the following main topics:
The title of this ...