Update documentation indexes with new/update extensions
Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/5b4ed3c1 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/5b4ed3c1 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/5b4ed3c1 Branch: refs/heads/master Commit: 5b4ed3c1f453320d68d5750deffe71b285a00bdb Parents: 1dc81cf Author: Luciano Resende <[email protected]> Authored: Thu Nov 29 15:26:21 2018 +0100 Committer: Luciano Resende <[email protected]> Committed: Thu Nov 29 15:26:21 2018 +0100 ---------------------------------------------------------------------- site/docs/spark/current/documentation.md | 6 ++++-- site/index.md | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5b4ed3c1/site/docs/spark/current/documentation.md ---------------------------------------------------------------------- diff --git a/site/docs/spark/current/documentation.md b/site/docs/spark/current/documentation.md index 932b390..b5f9e3b 100644 --- a/site/docs/spark/current/documentation.md +++ b/site/docs/spark/current/documentation.md @@ -39,7 +39,7 @@ limitations under the License. [Akka data source](../spark-sql-streaming-akka) -[MQTT data source](../spark-sql-streaming-mqtt) +[MQTT data source](../spark-sql-streaming-mqtt) {:height="36px" width="36px"} (new Sink) <br/> @@ -51,8 +51,10 @@ limitations under the License. [Google Cloud Pub/Sub connector](../spark-streaming-pubsub) +[Cloud PubNub connector](../spark-streaming-pubnub) {:height="36px" width="36px"} + [MQTT connector](../spark-streaming-mqtt) [Twitter connector](../spark-streaming-twitter) -[ZeroMQ connector](../spark-streaming-zeromq) +[ZeroMQ connector](../spark-streaming-zeromq) {:height="36px" width="36px"} (Enhanced Implementation) http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5b4ed3c1/site/index.md ---------------------------------------------------------------------- diff --git a/site/index.md b/site/index.md index 92b13cf..09c5d99 100644 --- a/site/index.md +++ b/site/index.md @@ -39,9 +39,10 @@ Currently, {{ site.data.project.short_name }} provides extensions for [Apache Sp - Spark DStream connector for Apache CouchDB/Cloudant - Spark DStream connector for Akka - Spark DStream connector for Google Cloud Pub/Sub - - Spark DStream connector for MQTT + - Spark DStream connector for Google PubNub {:height="36px" width="36px"} + - Spark DStream connector for MQTT {:height="36px" width="36px"} (new Sink) - Spark DStream connector for Twitter - - Spark DStream connector for ZeroMQ + - Spark DStream connector for ZeroMQ {:height="36px" width="36px"} (Enhanced Implementation) ## Apache Flink extensions
