Skip to content

rapidminer/rapidminer-extension-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RapidMiner Extension Template

A template project for creating a RapidMiner Studio extension.

Prerequisite

  • Requires Gradle 6.8.1+ (use the Gradle wrapper shipped with this template or get it here)

  • Requires Java 11

Getting started

  1. Clone the extension template

  2. Change the extension settings in build.gradle (e.g. replace 'Template' by the desired extension name)

  3. Initialize the extension project by executing the initializeExtensionProject Gradle task (e.g. via 'gradlew initializeExtensionProject')

  4. Add an extension icon by placing an image named "icon.png" in src/main/resources/META-INF/.

  5. Build and install your extension by executing the installExtension Gradle task

  6. Start RapidMiner Studio and check whether your extension has been loaded