Creating Connection to R Data Science Environment

Creating Connection to R Data Science Environment

To connect Intellicus with the R Data Science Engine, you must first create a file system-based connection. This connection provides a shared location for data exchange between Intellicus and the engine.

Step 1: Create a File System Connection

Follow these steps to create a file system connection:

  1. Log in to Intellicus.

  2. Go to Navigate > Administration > Configure > Databases.

  3. Click Add.

  4. In the dialog, configure the following properties:

File System Connection Properties

Property

Description

Property

Description

Connection Name

Enter a desired name for the connection. This name will be referenced while configuring the Data Science Engine connection.

Provider

Select Files/Stream from the dropdown.

Driver Type

Select Network Path to define the file save location.

Location

Enter the shared file system path. This path is used for data exchange between Intellicus and the R engine.

Read Only

Ensure this option is not selected. The path must support read/write access for both Intellicus and the engine.

  1. Click Test to verify the connection.

  2. Click Save once you see the message Connection Test Succeeded.

  3. Use Delete to remove the connection or Refresh Schema to reload metadata from the location.

Step 2: Create a Data Science Engine Connection

After the file system connection is created, configure a connection to the Data Science Engine:

  1. Go to Navigate > Administration > Configure > Databases.

  2. Click Add.

  3. Configure the following properties:

Note
Ensure the R Data Science Engine is installed and running on the network before proceeding.

Data Science Engine Connection Properties

Property

Description

Property

Description

Connection Name

Defaults to Rserver after selecting the provider. This name is used as a reference internally.

Provider

Select DATA SCIENCE ENGINE from the dropdown.

Platform

Select RServe.

Server

Enter the IP address of the server where RServe is running.

Port

Enter the port number on which RServe is listening.

Dump Connection Name

Enter the name of the file system connection created in Step 1.

Rows to Dump While Verification

Enter the number of rows to validate the script execution (optional).

Connection String

Auto-generated connection string to connect to the engine.

Mask Connection String

Check to hide the connection string.

Charset Encoding

Leave blank.

Initial Connections

Specify the number of initial connections.

The default is 5.

Incremental Size

Define how many new connections to create when the pool is exhausted.

The default is 5.

Resubmit Time

Enter the interval (in seconds) to check and release excess connections.

The default is 30.

Max Connections

Define the maximum number of connections allowed.

The default is 30.

  1. Click Test to verify the connection.

  2. Click Save after seeing Connection Test Succeeded.

  3. Use Delete to remove the connection or Refresh Schema to reload metadata.

Copyright Intellicus Technologies Pvt. Ltd. All rights reserved.