Apache Bahir

Apache Bahir provides extensions to distributed analytics platforms such as Apache Spark.

http://bahir.apache.org/

Apache Bahir origins

The Initial Bahir source code (see issue BAHIR-1) containing the source for the Apache Spark streaming connectors for akka, mqtt, twitter, zeromq extracted from Apache Spark revision 8301fad (before the deletion of the streaming connectors akka, mqtt, twitter, zeromq).

Source Code Structure

Source code folder structure:

- streaming-akka
  - examples/src/main/...
  - src/main/...
- streaming-mqtt
  - examples
  - src
  - python
- ...

Building Bahir

Bahir is built using Apache Maven. To build Bahir and its example programs, run:

mvn -DskipTests clean install

Running Tests

Testing first requires building Bahir. Once Bahir is built, tests can be run using:

mvn test

Example Programs

Each extension currently available in Apache Bahir has an example application located under the “examples” folder.

Online Documentation

Coming Soon.

A Note About Apache Spark Integration

Coming soon.