Git Product home page Git Product logo

nifi-script-tester's Introduction

nifi-script-tester

A project to create a stub/mock environment for testing ExecuteScript processors.

Usage

java -cp nifi-script-tester--all.jar [options] script_file

Where options may include:

-success            Output information about flow files that were transferred to the success relationship. Defaults to true

-failure            Output information about flow files that were transferred to the failure relationship. Defaults to false

-no-success         Do not output information about flow files that were transferred to the success relationship. Defaults to false

-content            Output flow file contents. Defaults to false

-attrs              Output flow file attributes. Defaults to false

-all-rels           Output information about flow files that were transferred to any relationship. Defaults to false

-all                Output content, attributes, etc. about flow files that were transferred to any relationship. Defaults to false

-input=<directory>  Send each file in the specified directory as a flow file to the script

-modules=<paths>    Comma-separated list of paths (files or directories) containing script modules/JARs

Build

To build the fat JAR, just run the following command:

gradle shadowJar

Download

The JAR is available on Bintray at https://bintray.com/mattyb149/maven/nifi-script-tester

Maven

<dependency>
  <groupId>mattyb149</groupId>
  <artifactId>nifi-script-tester</artifactId>
  <version>1.1.1</version>
  <type>jar</type>
  <classifier>all</classifier>
</dependency>

Gradle

compile(group: 'mattyb149', name: 'nifi-script-tester', version: '1.1.1', ext: 'jar', classifier: 'all')

License

nifi-script-tester is copyright 2016- Matthew Burgess except where otherwise noted.

This project is licensed under the Apache License Version 2.0 except where otherwise noted in the source files.

nifi-script-tester's People

Contributors

mattyb149 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.