From e840b6d14e7a39cd05a60baa8213dd63a8d03294 Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Wed, 23 Sep 2015 07:07:00 -0700 Subject: [PATCH] Add "Spring Cloud Data Flow" and "Spring Cloud Stream Modules" projects --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.html b/index.html index f4ed541..d51514a 100644 --- a/index.html +++ b/index.html @@ -131,6 +131,13 @@ Distributed tracing for Spring Cloud applications, compatible with Zipkin, HTrac {% include project_block.md site_url="http://cloud.spring.io/spring-cloud-sleuth" repo_url="http://github.com/spring-cloud/spring-cloud-sleuth" project_title="Spring Cloud Sleuth" project_description=project_description %} + +{% capture project_description %} +A cloud native programming and operating model for composable data microservices on a structured platform. +{% endcapture %} + +{% include project_block.md site_url="http://cloud.spring.io/spring-cloud-dataflow" repo_url="https://github.com/spring-cloud/spring-cloud-dataflow" project_title="Spring Cloud Data Flow" project_description=project_description %} + {% capture project_description %} Messaging microservices with Redis, Rabbit or Kafka. Simple declarative model to send and receive messages in a Spring Cloud app. @@ -138,6 +145,13 @@ Messaging microservices with Redis, Rabbit or Kafka. Simple declarative model to {% include project_block.md site_url="http://cloud.spring.io/spring-cloud-stream" repo_url="http://github.com/spring-cloud/spring-cloud-stream" project_title="Spring Cloud Stream" project_description=project_description %} + +{% capture project_description %} +Spring Cloud Stream Modules can be used with Spring Cloud Stream to create, build, and scale message-driven data microservices. +{% endcapture %} + +{% include project_block.md site_url="http://cloud.spring.io/spring-cloud-stream-modules" repo_url="https://github.com/spring-cloud/spring-cloud-stream-modules" project_title="Spring Cloud Stream Modules" project_description=project_description %} + {% capture project_description %} Service discovery and configuration management with Apache Zookeeper. @@ -211,7 +225,9 @@ Release train contents: |spring-cloud-consul | | 1.0.0.BUILD-SNAPSHOT | |spring-cloud-lattice | | 1.0.0.BUILD-SNAPSHOT | |spring-cloud-sleuth | | 1.0.0.BUILD-SNAPSHOT | +|spring-cloud-dataflow | | 1.0.0.BUILD-SNAPSHOT | |spring-cloud-stream | | 1.0.0.BUILD-SNAPSHOT | +|spring-cloud-stream-modules | | 1.0.0.BUILD-SNAPSHOT | |spring-cloud-zookeeper | | 1.0.0.BUILD-SNAPSHOT | {% endcapture %}