Git Product home page Git Product logo

nifi-custom-redis-deduplicator's Introduction

Nifi Custom Redis Deduplicator Processor

Description

A NiFi processor that deduplicates incoming data using an existing Redis connection pool service.

Properties -

  • redisConnectionPool: Specifies the Redis connection pool service to use for connections to Redis.
  • ttl: Indicates how long the data should exist in Redis. Setting '0 secs' would mean the data would exist forever.
  • sourceType: Indicates type of incoming data - default is 'json'.
  • key: Indicates json paths (comma separated list) whose value will be used as key in Redis.
  • value: Indicates json path whose value will be used as value in Redis. It can be null as well, empty string will be stored in this case.
  • roundingInterval: The interval in seconds used for rounding timestamps before storing data in Redis. Use '0 secs' for no rounding.
  • timestampFieldToRound: The json path of the field containing timestamps (millis) to be rounded to the nearest interval.
  • attributeAddedForLog: Specifies the attribute added for log purposes.

Build

mvn clean install

Setup

Add the nifi-custom-redis-deduplicator-nar/target/nifi-custom-redis-deduplicator-nar-1.0.nar file in the lib/ directory of Nifi setup.

nifi-custom-redis-deduplicator's People

Contributors

rahulkg31 avatar

Stargazers

 avatar

Watchers

 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.