[maven-release-plugin] copy for tag 2.0.0-preview-rc1
[maven-release-plugin] prepare release 2.0.0-preview-rc1
6 files changed
tree: 63a7e45cef4dea518c7a300fca6e8c15d8672ff9
  1. dev/
  2. distribution/
  3. streaming-akka/
  4. streaming-mqtt/
  5. streaming-twitter/
  6. streaming-zeromq/
  7. .gitattributes
  8. .gitignore
  9. LICENSE
  10. NOTICE
  11. pom.xml
  12. README.md
  13. scalastyle-config.xml
README.md

Bahir Repository

Initial Bahir repository (see issue BAHIR-1) containing the source for the 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).

This repo still needs license files, build scripts, READMEs, etc but it does have all of the commit history as well as the respective examples (with rewritten revision trees to preserve pre-Bahir history).

Folder structure:

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