Workflow: Chapter 2/Exercise 2
This exercise reads the dataset cars-85 from the KCBBook.sqlite database, prepared in Chapter2/Exercise 1. The goal is to read data from a database and practice a bit of in-database processing with database nodes and SQL queries.
To read the database start with a connector node, either the generic DB Connector node or the dedicated SQLite Connector node.
Pre-process the dataset with database nodes or SQL queries as follows:
Exclude "symboling" and "normalized losses".
Keep only BMW and Audi cars.
Note: The generic DB Connector node requires an absolute file path to the KCBBook.sqlite file. Adjust the Database URL in the node configuration as follows: jdbc:sqlite://<path to KCBBook.sqlite>.