Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

RCode

Available as of Camel Extra 2.11

The rcode component supports the integration of the statistics environment R via Rserve

Dependency

Code Block
xml
xml
<dependency>
  <groupId>org.apache-extras.camel-extra</groupId>
  <artifactId>camel-rcode</artifactId>
  <version>2.12.0</version>
</dependency>

...

Name

Type

Default

Description

user

String

null

Configures the username to authenticate secured Rserve instances

password

String

null

Adds the password to the endpoint to access a secured R environment

bufferSize

long

2097152

Defines the buffer size for the transport between Rserve and the rcode component. The lowest possible value is 32KB, the highest value is at 1GB. Both values are bound to the available RAM.

Include Page
CAMEL:Endpoint See AlsoCAMEL:
Endpoint See Also