From 9fc7fe7791ef8c8bdf4f003670d917706a86c9d1 Mon Sep 17 00:00:00 2001 From: onobc Date: Fri, 4 Feb 2022 10:36:51 -0600 Subject: [PATCH] Remove refs to SCDF samples from docs --- .../5-feature-guides/2-streams/8-java-dsl.md | 7 --- .../1-scst-function-bindings.md | 2 - .../pages/8-resources/1-reference-docs.md | 13 +++-- .../pages/8-resources/{3-faq.md => 2-faq.md} | 51 ------------------- .../pages/8-resources/2-samples.md | 15 ------ 5 files changed, 6 insertions(+), 82 deletions(-) rename content/documentation/pages/8-resources/{3-faq.md => 2-faq.md} (90%) delete mode 100644 content/documentation/pages/8-resources/2-samples.md diff --git a/content/documentation/pages/5-feature-guides/2-streams/8-java-dsl.md b/content/documentation/pages/5-feature-guides/2-streams/8-java-dsl.md index 87d39a59f..0e263fe43 100644 --- a/content/documentation/pages/5-feature-guides/2-streams/8-java-dsl.md +++ b/content/documentation/pages/5-feature-guides/2-streams/8-java-dsl.md @@ -19,12 +19,6 @@ To get started, you need to add the following dependency to your project: ``` - - -You can find a complete sample in the [Spring Cloud Data Flow Samples Repository](https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/#_java_dsl). - - - ## Usage The classes at the heart of the Java DSL are `StreamBuilder`, `StreamDefinition`, `Stream`, `StreamApplication`, and `DataFlowTemplate`. @@ -87,7 +81,6 @@ The Java DSL offers two styles to create Streams: You then chain together `processor()` and `sink()` methods to create a stream definition. To demonstrate both styles, we include a simple stream that uses both approaches. -You can find a complete sample that you can use to get started in the [Spring Cloud Data Flow Samples Repository](https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/#_java_dsl). The following example demonstrates the definition approach: diff --git a/content/documentation/pages/7-recipes/8-functional-apps/1-scst-function-bindings.md b/content/documentation/pages/7-recipes/8-functional-apps/1-scst-function-bindings.md index 12e1e2487..a98ae64b1 100644 --- a/content/documentation/pages/7-recipes/8-functional-apps/1-scst-function-bindings.md +++ b/content/documentation/pages/7-recipes/8-functional-apps/1-scst-function-bindings.md @@ -14,8 +14,6 @@ We create a `time-source` application that produces the current date or timestam For more information on how Spring Cloud Stream provides this support, see the [Spring Cloud Stream documentation](https://cloud.spring.io/spring-cloud-static/spring-cloud-stream/current/reference/html/spring-cloud-stream.html#spring-cloud-stream-overview-producing-consuming-messages). -Sample applications are available in Spring Cloud Data Flow samples [repository](https://github.com/spring-cloud/spring-cloud-dataflow-samples/tree/master/spring-cloud-stream-function-bindings). - With Spring Cloud Stream 3.x as the dependency, you can write the `Source` application by using `java.util.function.Supplier`, as follows: ```Java diff --git a/content/documentation/pages/8-resources/1-reference-docs.md b/content/documentation/pages/8-resources/1-reference-docs.md index a26530f5c..ed49be487 100644 --- a/content/documentation/pages/8-resources/1-reference-docs.md +++ b/content/documentation/pages/8-resources/1-reference-docs.md @@ -15,10 +15,9 @@ The following projects play a pivotal part in the streaming and batch data proce The projects all individually evolve with different backlogs, priorities, and release cadences. However, Spring Cloud Data Flow as a product brings them together for a cohesive developer experience. Hence, we broadly refer to these projects as the "Spring Cloud Data Flow Ecosystem". -| Name | Description | Documentation | -| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | -| [Spring Cloud Stream](https://spring.io/projects/spring-cloud-stream) | Event-driven Spring Boot microservices that communicate with one another over messaging middleware. | [Reference Guide](https://cloud.spring.io/spring-cloud-static/spring-cloud-stream/2.2.1.RELEASE/home.html) | -| [Spring Cloud Task](https://spring.io/projects/spring-cloud-task) | Short-lived Spring Boot microservices that store task execution information in a database. | [Reference Guide](https://docs.spring.io/spring-cloud-task/docs/%task-version%/reference/html) | -| [Spring Cloud Skipper](https://cloud.spring.io/spring-cloud-skipper/) | Manages the blue-green deployment of Spring Cloud Stream applications on multiple Cloud Platforms. | [Reference Guide](https://docs.spring.io/spring-cloud-skipper/docs/%skipper-version%/reference/htmlsingle/#getting-started) | -| [Spring Cloud Stream App Starters](https://cloud.spring.io/spring-cloud-stream-app-starters/) | A collection of Spring Cloud Stream-based applications for common real-time streaming use cases. | [Reference Guide](https://docs.spring.io/stream-applications/docs/%streaming-apps-version%/reference/html/) | -| [Spring Cloud Task App Starters](https://cloud.spring.io/spring-cloud-task-app-starters/) | A collection of Spring Cloud Task-based applications for common batch use cases | [Reference Guide](https://docs.spring.io/spring-cloud-task-app-starters/docs/%batch-apps-version%/reference/htmlsingle/) | +| Name | Description | Documentation | +|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------- | +| [Spring Cloud Stream](https://spring.io/projects/spring-cloud-stream) | Event-driven Spring Boot microservices that communicate with one another over messaging middleware. | [Reference Guide](https://cloud.spring.io/spring-cloud-static/spring-cloud-stream/2.2.1.RELEASE/home.html) | +| [Spring Cloud Task](https://spring.io/projects/spring-cloud-task) | Short-lived Spring Boot microservices that store task execution information in a database. | [Reference Guide](https://docs.spring.io/spring-cloud-task/docs/%task-version%/reference/html) | +| [Spring Cloud Skipper](https://cloud.spring.io/spring-cloud-skipper/) | Manages the blue-green deployment of Spring Cloud Stream applications on multiple Cloud Platforms. | [Reference Guide](https://docs.spring.io/spring-cloud-skipper/docs/%skipper-version%/reference/htmlsingle/#getting-started) | +| [Spring Cloud Stream Applications](https://spring.io/projects/spring-cloud-stream-applications) | A collection of components that can meet various data integration use cases and requirements.| [Reference Guide](https://docs.spring.io/stream-applications/docs/current/reference/html/) | diff --git a/content/documentation/pages/8-resources/3-faq.md b/content/documentation/pages/8-resources/2-faq.md similarity index 90% rename from content/documentation/pages/8-resources/3-faq.md rename to content/documentation/pages/8-resources/2-faq.md index 046f6e9cf..5e8ed212b 100644 --- a/content/documentation/pages/8-resources/3-faq.md +++ b/content/documentation/pages/8-resources/2-faq.md @@ -6,57 +6,6 @@ description: '' # Frequently Asked Questions -## Application Starters - - - -Where can I find the latest Spring Cloud Stream and Spring Cloud Task application starters? - -The latest releases of the Stream and Task application starters are published to Maven Central and Docker Hub. -You can find the latest release versions from the [Spring Cloud Stream App Starters](https://cloud.spring.io/spring-cloud-stream-app-starters/) and [Spring Cloud Task App Starters](https://cloud.spring.io/spring-cloud-task-app-starters/) project sites. - - - - - -Where can I find the documentation for the latest application releases? - -See the [Spring Cloud Stream App Starters](https://cloud.spring.io/spring-cloud-stream-app-starters/) and [Spring Cloud Task App Starters](https://cloud.spring.io/spring-cloud-task-app-starters/) project sites. - - - - - -Can I patch and extend the out-of-the-box applications? - -Yes. You can find more details in the reference guide section on [Patching Application Starters](https://docs.spring.io/stream-applications/docs/%streaming-apps-version%/reference/html/#_patching_pre_built_applications) as well as documentation on [Functional Composition](%currentPath%/feature-guides/streams/function-composition). - - - - - -Can I build a new application based on the same infrastructure as the out-of-the-box applications? - -Yes. You can find more details in the Spring Cloud Stream App Starter's reference guide section titled [FAQ on Spring Cloud Stream App Starters](https://docs.spring.io/stream-applications/docs/%streaming-apps-version%/reference/html/#_general_faq_on_spring_cloud_stream_app_starters). - - - - - -Where can I download the latest applications? - -See the [stream](https://cloud.spring.io/spring-cloud-stream-app-starters/#http-repository-location-for-apps) and [task](https://cloud.spring.io/spring-cloud-task-app-starters/#http-repository-location-for-apps) apps project sites. - - - - - -Where are the Docker images hosted? - -See the [stream](https://hub.docker.com/u/springcloudstream) and [task](https://hub.docker.com/u/springcloudtask) apps in Docker Hub. - - - ## Data Flow diff --git a/content/documentation/pages/8-resources/2-samples.md b/content/documentation/pages/8-resources/2-samples.md deleted file mode 100644 index 53201299c..000000000 --- a/content/documentation/pages/8-resources/2-samples.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -path: 'resources/samples/' -title: 'Samples' -description: 'Collection of samples' ---- - -# Samples - -We encourage you to read and use the following samples: - -[Spring Cloud Data Flow](https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/) - -[Spring Cloud Stream](https://github.com/spring-cloud/spring-cloud-stream-samples) - -[Spring Cloud Task](https://github.com/spring-cloud/spring-cloud-task/tree/master/spring-cloud-task-samples)