GithubHelp home page GithubHelp logo

ari-vedant-jain / nifi-sample-processor-bundle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apiri/nifi-sample-processor-bundle

0.0 1.0 0.0 10 KB

Provides a base project to create an Apache NiFi processor bundle as generated by the Apache NiFi Maven archetype.

License: Apache License 2.0

Java 100.00%

nifi-sample-processor-bundle's Introduction

Apache NiFi logo

Getting Started with Apache NiFi Development

Development Environment

Creating custom components in NiFi requires only two dependencies, Java JDK and Maven. We will additionally require Git to make use of a sample repository.

Java SDK (requires version 7+)

Do I need it?

  • Execute javac -version. If an error message about the command not being found or the response shows javac 1.X.Y_ZZ has X being less than 7, then JDK version 7 or later must be installed.

Install

Maven (requires version 3.1.0+)

Do I need it?

  • Execute mvn -version. If an error message about the command not being found or the response shows Apache Maven 3.X.Y has X being less than 1, then Maven 3.1.0 or later must be installed.

Install

Git

Do I need it?

  • Execute git --version. If an error message about the command not being found then git must be installed.

Windows

OS X

  • A version is bundled with the Mac by default
  • Newer version is available via the homebrew ecosystem: http://brew.sh/

Linux

  • Aptitude based systems (Debian, Ubuntu): apt-get install git
  • Yum based systems (RHEL, CentOS, Fedora): yum install git
  • Other distributions: https://git-scm.com/download/linux

Developing a Custom Processor Bundle Repository

  • Check out the sample repository git clone https://github.com/apiri/nifi-sample-processor-bundle.git

Developing Custom Extensions from Archetype

We only need the repository checked out above, but in the case someone wishes to start from nothing, it is possible to generate the project structure above leveraging Maven Archetypes.

Create using

mvn archetype:generate
	-DarchetypeGroupId=org.apache.nifi  
	-DarchetypeArtifactId=nifi-processor-bundle-archetype  
	-DarchetypeVersion=<NiFi Version>   
	-DnifiVersion=<NiFi Version>

Create using

mvn archetype:generate
	-DarchetypeGroupId=org.apache.nifi  
	-DarchetypeArtifactId=nifi-service-bundle-archetype  
	-DarchetypeVersion=<NiFi Version>   
	-DnifiVersion=<NiFi Version>

nifi-sample-processor-bundle's People

Contributors

apiri avatar

Watchers

Vedant Ari Jain 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.