Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 765 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 765 Bytes

PageRank RapidMiner Extension

This project using algorithm PageRank with MapReduce on MongoDB A PageRank project for creating a RapidMiner Studio extension.

Prerequisite

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

Getting started

  1. Clone "Rapidminer-Extension-PageRank"

  2. Run "gradlew.bat" in folder of "Rapidminer-Extension-PageRank"

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

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

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