storm filterregex bolt

This bolt receives a byte array and search for regex patterns configured in propery file; if the message contains a whitelisted pattern then it's emitted to next bolt, other case the message is discarded. If configured, you can get the patterns group indicated.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.keedio.storm.bolt.filter
ArtifactId

ArtifactId

storm-filterregex-bolt
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

storm filterregex bolt
This bolt receives a byte array and search for regex patterns configured in propery file; if the message contains a whitelisted pattern then it's emitted to next bolt, other case the message is discarded. If configured, you can get the patterns group indicated.
Project URL

Project URL

https://github.com/keedio/storm-filterregex-bolt
Source Code Management

Source Code Management

https://github.com/keedio/storm-filterregex-bolt

Download storm-filterregex-bolt

How to add to project

<!-- https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/ -->
<dependency>
    <groupId>org.keedio.storm.bolt.filter</groupId>
    <artifactId>storm-filterregex-bolt</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation 'org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.6'
// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation ("org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.6")
'org.keedio.storm.bolt.filter:storm-filterregex-bolt:jar:1.0.6'
<dependency org="org.keedio.storm.bolt.filter" name="storm-filterregex-bolt" rev="1.0.6">
  <artifact name="storm-filterregex-bolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keedio.storm.bolt.filter', module='storm-filterregex-bolt', version='1.0.6')
)
libraryDependencies += "org.keedio.storm.bolt.filter" % "storm-filterregex-bolt" % "1.0.6"
[org.keedio.storm.bolt.filter/storm-filterregex-bolt "1.0.6"]

Dependencies

compile (2)

Group / Artifact Type Version
io.dropwizard.metrics : metrics-core jar 3.1.1
com.googlecode.json-simple : json-simple jar 1.1

provided (2)

Group / Artifact Type Version
org.apache.storm : storm-core jar 0.9.2-incubating
org.apache.storm : storm-kafka jar 0.9.2-incubating

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.6
1.0.2