Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
Gabriel Commeau edited this page Sep 16, 2014 · 6 revisions

Welcome to the flume2storm wiki!

The Flume2Storm Connector is a modular project that bridges Flume to Storm, so that Flume events can be forwarded to and processed in Storm. The two main components are the storm-sink (in Flume) and the flume-spout (in Storm). The flume-spout connects to the storm-sink, which can then sends the events. In order for the spout to connect the sink, they both use a location service.

The architectural choice for this connector is to be modular and abstract in the sense that both the location service and the connection framework are API. The storm-sink and the flume-spout configure which implementation of these API to use.

From here:

Clone this wiki locally