RapidMiner
Exasol is easily integrated with RapidMiner and allows you to create visual workflows using data from an Exasol database. RapidMiner uses Exasol JDBC connector to establish the connection with Exasol.
This section provides you with information about how to connect RapidMiner with Exasol and then import data from Exasol to RapidMiner.
Environment
The following environment is used as an example:
- RapidMiner Studio 9.7 for Windows.
- Windows Operation System
- Exasol JDBC Driver
Prerequisite
- RapidMiner Studio should be installed
- A running Exasol SaaS database. For more information, see Manage Databases and Clusters.
- The IP address of the client or server where the tool is running must be listed in the allowed IP address list. For more information, see Network Security.
Get Drivers and Connection Details
Before you can proceed with connecting to your database from a tool, download the latest Exasol JDBC driver and get the connection details. Follow these steps to get your connection details:
- Click
Databases in the web console to open the Databases page.
- Click
on the cluster you want to connect to and then click Connect via tools.
- In the Connect to cluster wizard, enter the IP address of the client or server which will connect to the database and click Add IP. Then click Next. If the IP address was already added, just click Next.
- If not already installed, download the latest JDBC driver for your operating system and install it.
- Click Next and proceed through the wizard until you see your connection details:
- Copy the HOST, PORT, USERNAME, and PASSWORD. You can generate a new Personal Access Token by clicking Generate. You will need this information to connect to your database.
Connect RapidMiner to Exasol
Follow these steps to connect RapidMiner to Exasol database:
- In the Repository tab, right-click Local Repository and select Create Connection. Alternately, select Create Connection in the Connections menu.
- In the Create a new connection dialog, select Database as a connection type, provide a name for the connection, and click Create.
-
In the Edit connection dialog, enter the following details in Setup tab:
- Database system: Select Custom (configure in Driver tab) option from this drop-down. This will let you configure the Exasol JDBC driver in the driver tab later.
- User: Enter the database username here.
- Password: Enter the password for the database user.
- Configure URL Manually: Select this option and enter the Exasol database IP address with port 8563 and prefix jdbc:exa. For example, jdbc:exa:10.70.0.1:8563
- In the Driver tab of Edit connection dialog, locate the Exasol JDBC driver .jar file by specifying the path for the file.
- Click Test connection to verify a successful connection to Exasol database and then click Save.
Load Data into RapidMiner
Follow these steps to load data into RapidMiner from Exasol database:
- In the Repository tab, click Import Data button. Alternately, select Import Data from the File menu.
- In the Import Data - Where is your data? dialog, select Database.
- In the Import Data - Select the data location dialog, select the Exasol database connection that you created in Connect RapidMiner to Exasol and click Next.
- In the Import Data - Build a query to create a data table dialog, select the table, attributes, and where clause and click Next.
- In the Import Data - Where to store the data? dialog, select the location, specify a name for the data table, and click Finish.
The data will be imported from Exasol to RapidMiner Studio.
Further Information
For more information about RapidMiner, see RapidMiner Documentation.