calrissian / flowmix

Flowmix is a flexible event processing engine for Apache Storm. It supports complex correlations of events via sliding/tumbling windows. It allows parallel streams to be processed that can be grouped together in different ways.
Apache License 2.0
55 stars 20 forks source link

To optimize resource usage, FlowmixFactory should allow the user to turn on which functions they want #28

Open cjnolet opened 10 years ago

cjnolet commented 10 years ago

For instance, if someone just wants to use filter, select, aggregate, why should all the other flow operators be running?