You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/06/10 15:24:23 UTC

[44/50] [abbrv] bahir git commit: Create README.md

Create README.md

Project: http://git-wip-us.apache.org/repos/asf/bahir/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/e1dfd0e8
Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/e1dfd0e8
Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/e1dfd0e8

Branch: refs/heads/master
Commit: e1dfd0e8731418d39eaf4cf66a5641849e34f051
Parents: 54040f3
Author: Christian Kadner <ck...@users.noreply.github.com>
Authored: Mon Jun 6 22:36:01 2016 -0700
Committer: Christian Kadner <ck...@users.noreply.github.com>
Committed: Mon Jun 6 22:36:01 2016 -0700

----------------------------------------------------------------------
 README.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/e1dfd0e8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a809a78
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# Bahir Repository with single "src" folder
+
+Initial Bahir repository containing the source for the Spark streaming connectors for akka, mqtt, twitter, zeromq 
+extracted from [Apache Spark revision 8301fad](https://github.com/apache/spark/tree/8301fadd8d269da11e72870b7a889596e3337839)
+(before the [deletion of the streaming connectors akka, mqtt, twitter, zeromq](https://issues.apache.org/jira/browse/SPARK-13843)). 
+
+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
+- ...
+```