You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,31 @@ Redis extension for Flume NG ([http://flume.apache.org](http://flume.apache.org)
6
6
7
7
## Current Version
8
8
9
-
* Development: 0.1-SNAPSHOT
10
-
* Stable: none
9
+
* Development: 0.2-SNAPSHOT
10
+
* Stable: 0.1
11
11
12
12
## Current Supported Features
13
13
14
-
* Custom sources using Redis [SUBSCRIBE](http://redis.io/commands/subscribe) command (single channel)
14
+
* Source using Redis [SUBSCRIBE](http://redis.io/commands/subscribe) command (single channel)
15
+
* Sink using Redis [PUBLISH](http://redis.io/commands/publish) command (single channel)
15
16
16
17
## Usage
17
18
18
-
1. Build this library witn ```mvn package``` command.
19
+
1. Build or Download jar.
20
+
* Checkout and build this repository.
21
+
1. Stable release (currently version 0.1) is recommended.
22
+
1. Build this library with ```mvn package``` command.
23
+
* Or download built jar in release page. ([https://github.com/chiwanpark/flume-ng-redis/releases](https://github.com/chiwanpark/flume-ng-redis/releases))
19
24
1. Copy ```flume-ng-redis-[VERSION].jar``` or ```flume-ng-redis-[VERSION]-jar-with-dependencies.jar``` into your flume library path.
25
+
* If you use ```flume-ng-redis-[VERSION].jar```, you have to download Jedis ([https://github.com/xetorthio/jedis](https://github.com/xetorthio/jedis)) and copy it to flume library path.
20
26
1. Copy configuration sample file or create your own configuration.
21
-
1. Run Flume. (Following command is sample for RedisSubscribeDrivenSource.)
27
+
1. Run Flume.
28
+
* Following command is sample for RedisSubscribeDrivenSource.
0 commit comments