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 Dec 4, 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 send the events. In order for the spout to connect to the sink, they both use a location service.

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

From here:

Clone this wiki locally