Update home page with new extensions Add new extensions to home page list Mark new extensions with 'new' icon
Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/3d284c48 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/3d284c48 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/3d284c48 Branch: refs/heads/master Commit: 3d284c4804cf41d8137d970d9fa5d294cee0b7b4 Parents: ec1c7fc Author: Luciano Resende <[email protected]> Authored: Mon Jul 17 12:50:15 2017 -0700 Committer: Luciano Resende <[email protected]> Committed: Mon Jul 17 12:50:15 2017 -0700 ---------------------------------------------------------------------- site/assets/themes/apache-clean/img/new-black.png | Bin 0 -> 14789 bytes site/assets/themes/apache/img/new-black.png | Bin 0 -> 14789 bytes site/docs/spark/current/documentation.md | 8 +++++--- site/index.md | 6 +++++- 4 files changed, 10 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/3d284c48/site/assets/themes/apache-clean/img/new-black.png ---------------------------------------------------------------------- diff --git a/site/assets/themes/apache-clean/img/new-black.png b/site/assets/themes/apache-clean/img/new-black.png new file mode 100644 index 0000000..47897dd Binary files /dev/null and b/site/assets/themes/apache-clean/img/new-black.png differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/3d284c48/site/assets/themes/apache/img/new-black.png ---------------------------------------------------------------------- diff --git a/site/assets/themes/apache/img/new-black.png b/site/assets/themes/apache/img/new-black.png new file mode 100644 index 0000000..47897dd Binary files /dev/null and b/site/assets/themes/apache/img/new-black.png differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/3d284c48/site/docs/spark/current/documentation.md ---------------------------------------------------------------------- diff --git a/site/docs/spark/current/documentation.md b/site/docs/spark/current/documentation.md index 7eb03c6..6cd15df 100644 --- a/site/docs/spark/current/documentation.md +++ b/site/docs/spark/current/documentation.md @@ -31,13 +31,13 @@ limitations under the License. #### SQL Data Sources -[Apache CouchDB/Cloudant data source](../spark-sql-cloudant) +[Apache CouchDB/Cloudant data source](../spark-sql-cloudant) {:height="36px" width="36px"} <br/> #### Structured Streaming Data Sources -[Akka data source](../spark-sql-streaming-akka) +[Akka data source](../spark-sql-streaming-akka) {:height="36px" width="36px"} [MQTT data source](../spark-sql-streaming-mqtt) @@ -45,9 +45,11 @@ limitations under the License. #### Discretized Streams (DStreams) Connectors +[Apache CouchDB/Cloudant connector](../spark-sql-cloudant) {:height="36px" width="36px"} + [Akka connector](../spark-streaming-akka) -[Google Cloud Pub/Sub connector](../spark-streaming-pubsub) +[Google Cloud Pub/Sub connector](../spark-streaming-pubsub) {:height="36px" width="36px"} [MQTT connector](../spark-streaming-mqtt) http://git-wip-us.apache.org/repos/asf/bahir-website/blob/3d284c48/site/index.md ---------------------------------------------------------------------- diff --git a/site/index.md b/site/index.md index e10e534..69769ba 100644 --- a/site/index.md +++ b/site/index.md @@ -33,8 +33,12 @@ Currently, {{ site.data.project.short_name }} provides extensions for [Apache Sp ## Apache Spark extensions + - Spark data source for Apache CounchDB/Cloudant {:height="36px" width="36px"} + - Spark Structured Streaming data source for Akka {:height="36px" width="36px"} - Spark Structured Streaming data source for MQTT + - Spark DStream connector for Apache CounchDB/Cloudant {:height="36px" width="36px"} - Spark DStream connector for Akka + - Spark DStream connector for Google Cloud Pub/Sub {:height="36px" width="36px"} - Spark DStream connector for MQTT - Spark DStream connector for Twitter - Spark DStream connector for ZeroMQ @@ -48,7 +52,7 @@ Currently, {{ site.data.project.short_name }} provides extensions for [Apache Sp - Flink streaming connector for Akka - Flink streaming connector for Netty - + The {{ site.data.project.name }} community welcomes the proposal of new extensions. ## Contact the {{ site.data.project.short_name }} community
