Giter Site home page Giter Site logo

isaiasaguirre / nifi-opc-ua-bundles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linksmart/nifi-opc-ua-bundles

0.0 0.0 0.0 114 KB

OPC UA controller service and processors for Apache NiFi

License: Apache License 2.0

Dockerfile 0.43% Java 99.57%

nifi-opc-ua-bundles's Introduction

Nifi OPC-UA Bundle

Note: This project is currently not actively maintained by LinkSmart. Please refer to Contributing section to know more.

This is a bundle of OPC UA controller service and processors for Nifi. The bundle is an improvement built on top of the OPC UA bundle made by HashmapInc.
A couple of differences between the new bundle and the HashmapInc one:

  1. The HashmapInc is based on OPC UA-Java Stack, which provides more bottom-level APIs. The new bundle is based on Eclipse Milo, which is built on top of OPC UA-Java Stack but provides more high-level APIs and more advanced functionalities such as subscription.
  2. The new bundle adds a SubscribeOPCNodes processor, which allows the user to specify a list of OPC tags to subscribe to. The processor will produce flowfiles, when value changes on subscribed tags are detected.
  3. Adds an option to the GetOPCData processor so that the user can specify the source of tag list as a local file. The processor will get values of all tags listed in the file from the OPC.
  4. Adds an option to the ListOPCNodes processor, so that user may choose to not get nodes which are not leaves of the tree. This could come in handy, since in most cases, only leaf nodes contain value.
  5. More full-fledged security features, including support for signed or signed & encrypt messages, server certificate verification, etc.
  6. Minor tweaks to improve performance as well as to adapt to our use case.

Build Instructions

Build and install NAR file manually

Build it with Maven:

mvn clean install -DskipTests

Find the built nar file here:

<repo directory>/nifi-opcua-nar/target/nifi-opcua.nar

and copy it to the following directory of the running Nifi instance:

/opt/nifi/nifi-<version>/lib

Restart Nifi, then you can find the new processors available.

Build with Docker

Another option is to build a Nifi image containing the NAR file directly:

docker build -t nifi-opc .

How to use

To use the processors in this bundle, you have to set up the StandardOPCUAService as Nifi controller service first. Detailed guide can be found here.

For the detailed description of each processor, you can find it here:

Contributing

Contributions are welcome in terms of documentation, implementations, and technical support.

Please fork, make your changes, and submit a pull request. For major changes, please open an issue first and discuss it with the other authors.

nifi-opc-ua-bundles's People

Contributors

junh-liang avatar dschowta 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.