Merge pull request #11 from sabbyanandan/sc-dataflow-doc
Add "Spring Cloud Data Flow" and "Spring Cloud Stream Modules" projects
This commit is contained in:
16
index.html
16
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 %}
|
||||
|
||||
<!-- Spring Cloud Data Flow -->
|
||||
{% 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 %}
|
||||
|
||||
<!-- Spring Cloud Stream -->
|
||||
{% 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 %}
|
||||
|
||||
<!-- Spring Cloud Stream Modules -->
|
||||
{% 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 %}
|
||||
|
||||
<!-- Spring Cloud Zookeeper -->
|
||||
{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user