Log analyzer built on top of Redis, Storm, and RabbitMQ
Stars
4
Forks
3
Watchers
4
Open Issues
0
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
15
commits
Adding config module, changed around publisher code a little (more thread safety, etc)
a53ee6fView on GitHubSome very basic working RabbitMQ publishing and consuming classes
61a2521View on GitHubAdded injectable spout which will bootstrap injecting the members on open(…)
aa2de19View on GitHubStatic injector manager since AOP annotating open(…) doesn't work (since the AOP data in the object can't be serialized either)
0627abfView on GitHubConsolidating project level dependencies to parent pom, fixed redis spout which didn't work due to serialization of the instance types (nothing instantiated before open(…) can be non-serializable which makes injection more difficult), moved slf4j version back to 1.5.8 to match Storm. Sprout is now emitting!
30d5deeView on GitHubMoving files around, adding RedisSpout for pipeline, basic config, etc.
6067552View on GitHubCreating new sub-modules, some renaming, moving basic parser to core module, etc.
e78f2ceView on GitHubInitial commit. Working version of redis is pub sub log forwarding module (basic version), small parent pom.
b08b5ecView on GitHub