From 004a1abe3855b7786475485de96ca0eab4b1bff6 Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Thu, 22 Sep 2016 12:26:34 -0700 Subject: [PATCH 1/2] Update Spring Cloud Data Flow projects - update project description - rename from "modules" to "app-starters" - add spring-cloud-task-app-starters section --- index.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d5f0719..3aa4efc 100644 --- a/index.html +++ b/index.html @@ -154,32 +154,39 @@ Distributed tracing for Spring Cloud applications, compatible with Zipkin, HTrac {% capture project_description %} -A cloud native programming and operating model for composable data microservices on a structured platform. +A cloud-native orchestration service for composable microservice applications on modern runtimes. Easy-to-use DSL, drag-and-drop GUI, and REST-APIs together simplifies the overall orchestration of microservice based data pipelines. {% 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. +A lightweight event-driven microservices framework to quickly build applications that can connect to external systems. Simple declarative model to send and receive messages using Apache Kafka or RabbitMQ between Spring Boot apps. {% endcapture %} {% 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. +Spring Cloud Stream App Starters are Spring Boot based Spring Integration applications that provide integration with external systems. {% 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 %} +{% include project_block.md site_url="http://cloud.spring.io/spring-cloud-stream-app-starters" repo_url="https://github.com/spring-cloud/spring-cloud-stream-app-starters" project_title="Spring Cloud Stream App Starters" project_description=project_description %} {% capture project_description %} -Short lived microservices. Simple declarative for adding both functional and non-functional features to Spring Boot apps. +A short-lived microservices framework to quickly build applications that perform finite amounts of data processing. Simple declarative for adding both functional and non-functional features to Spring Boot apps. {% endcapture %} {% include project_block.md site_url="http://cloud.spring.io/spring-cloud-task" repo_url="http://github.com/spring-cloud/spring-cloud-task" project_title="Spring Cloud Task" project_description=project_description %} + +{% capture project_description %} +Spring Cloud Task Application Starters are Spring Boot applications that may be any process including Spring Batch jobs that do not run forever, and they end/stop after a finite period of data processing. +{% endcapture %} + +{% include project_block.md site_url="http://cloud.spring.io/spring-cloud-task-app-starters" repo_url="https://github.com/spring-cloud/spring-cloud-task-app-starters" project_title="Spring Cloud Task App Starters" project_description=project_description %} + {% capture project_description %} Service discovery and configuration management with Apache Zookeeper. From 9543d835624127fc1258ba30e5963589b42c5cf3 Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Thu, 22 Sep 2016 12:28:50 -0700 Subject: [PATCH 2/2] Fix typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3aa4efc..5dca680 100644 --- a/index.html +++ b/index.html @@ -182,7 +182,7 @@ A short-lived microservices framework to quickly build applications that perform {% capture project_description %} -Spring Cloud Task Application Starters are Spring Boot applications that may be any process including Spring Batch jobs that do not run forever, and they end/stop after a finite period of data processing. +Spring Cloud Task App Starters are Spring Boot applications that may be any process including Spring Batch jobs that do not run forever, and they end/stop after a finite period of data processing. {% endcapture %} {% include project_block.md site_url="http://cloud.spring.io/spring-cloud-task-app-starters" repo_url="https://github.com/spring-cloud/spring-cloud-task-app-starters" project_title="Spring Cloud Task App Starters" project_description=project_description %}