All Projects → chiwanpark → flume-ng-redis

chiwanpark / flume-ng-redis

Licence: other
Redis extension for Flume NG

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to flume-ng-redis

flume-kafka-storm-drools-example
tech.shuyun.com/?p=356
Stars: ✭ 23 (-11.54%)
Mutual labels:  flume-ng
shield
基于Strom的日志实时流量分析主动防御(CCFirewall)系统
Stars: ✭ 68 (+161.54%)
Mutual labels:  flume-ng
cloud
云计算之hadoop、hive、hue、oozie、sqoop、hbase、zookeeper环境搭建及配置文件
Stars: ✭ 48 (+84.62%)
Mutual labels:  flume-ng

Redis Extension for Flume NG

Redis extension for Flume NG (http://flume.apache.org). Tested with Apache Flume 1.6.0 and Redis 3.2.8.

Build Status Coverage Status

Current Version

  • Development: 0.4.0-SNAPSHOT
  • Stable: 0.3.0

Current Supported Features

  • Source using Redis SUBSCRIBE command (multiple channels)
  • Source using Redis RPOP command (single list)
  • Sink using Redis PUBLISH command (only for single channel)
  • Sink using Redis LPUSH command (single list)

Usage

  1. Build or Download jar.
  2. Copy flume-ng-redis-[VERSION].jar or flume-ng-redis-[VERSION]-jar-with-dependencies.jar into your flume library path.
  3. Run Flume.
    • Follos://github.com/xetorthio/jedis)) and copy it to flume library path. 1. Copy configuration sample file or create your ownwing command is sample for RedisSubscribeDrivenSource.

        bin/flume-ng agent -n agent -c conf -f conf/example-SubscribeDrivenSource.properties -Dflume.root.logger=DEBUG,console
      
    • Following commend is sample for RedisPublishDrivenSink

        bin/flume-ng agent -n agent -c conf -f conf/example-PublishDrivenSink.properties
      

Dependencies

License

Copyright 2013-2017 Chiwan Park

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].