/rapidminer-stardog

RapidMiner extension with operators to read from and write to Stardog

Primary LanguageJavaApache License 2.0Apache-2.0

RapidMiner Stardog Integration

TODO : write more

RapidMiner Extension Template

A template project for creating a RapidMiner Studio extension.

Prerequisite

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

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 --no-daemon 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