Pentaho MongoDB Delete Plugin

A Pentaho Data Integration Plugin to delete MongoDB document

Download .zip View on GitHub

Build

Build Status

The Pentaho MongoDB Delete Plugin is built with Apache Maven for dependency management. To build from source code.

$ git clone git://github.com/maasdi/pentaho-mongodb-delete-plugin.git
$ cd pentaho-mongodb-delete-plugin
$ mvn package

Maven will compile and package all you need and will create new folder 'pentaho-mongodb-delete-plugin' under target directory.

Installation

To install please follow the instruction bellow :

Install from Pentaho Marketplace

  1. From PDI, Select menu Help - Marketplace
  2. Search MongoDB Delete Plugin, click MongoDB Delete Plugin row from search result
  3. To install, click 'Install this plugin' button

Manual Installation

  1. Download binary here then extract the zip file or If you build from source code go to folder target/pentaho-mongodb-delete-plugin
  2. Copy folder pentaho-mongodb-delete-plugin and all contents
  3. Paste to folder ${KETTLE_INSTALATION_DIRECTORY}/plugins/steps/
  4. If your PDI still running, please restart and you should see new steps MongoDB Delete under Big Data category

Documentation

Here are the samples how to use this plugin:

  1. Basic: Delete by incoming row
  2. Delete all
  3. Delete with json query
  4. Delete with json query and execute each row

Issue

Do you have issue while using this plugin? Please report here

License

Licensed under the Apache License, Version 2.0.