From the course: Data Management with Apache NiFi

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Configure the PutS3Bucket processor

Configure the PutS3Bucket processor - Apache NiFi Tutorial

From the course: Data Management with Apache NiFi

Configure the PutS3Bucket processor

- [Instructor] The store laptop details in DB success relationships are connected to two processors. The first connection highlighted here on screen is the connection to filter ultrabook laptops. The second connection that you see highlighted is the success relationship connected to filter notebook laptops. Both of these filter operations run SQL queries to filter the data stored in the database. Let's look at filter ultrabook laptops first and all of the interesting stuff is here in the properties page. Notice that it uses the DBCP connection pool. We've already configured this to point to the laptops DB. We don't need to look at the connection pool configuration again but we do need to look at the select query. This is the query that we execute to perform filtering on the laptops in the laptops table. We want to select all laptops where type name is equal to ultrabook. This select query is what is different in this…

Contents