Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 6ae6abc

Browse files
committed
Add stream dev guide and samples chapters
Fixes #1817 Fixes #1816
1 parent 527c13c commit 6ae6abc

File tree

3 files changed

+395
-0
lines changed

3 files changed

+395
-0
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ include::configuration.adoc[]
3939
include::shell.adoc[]
4040
include::streams.adoc[]
4141
include::streams-skipper.adoc[]
42+
include::streams-developer-guide.adoc[]
4243
include::tasks.adoc[]
4344
include::dashboard.adoc[]
45+
include::samples.adoc[]
4446
include::api-guide.adoc[]
4547
include::appendix.adoc[]
4648

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[[dataflow-samples]]
2+
= Samples
3+
4+
Several samples have been created to help you get started implementing higher level use cases than the basic Streams and Tasks shown in the reference guide.
5+
The samples are part of separate https://github.com/spring-cloud/spring-cloud-dataflow-samples[repository] and have their own https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/[reference documentation].
6+
7+
.Streams
8+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_streaming.html#spring-cloud-data-flow-samples-http-cassandra-overview[HTTP to Cassandra]
9+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_streaming.html#_http_to_mysql_demo[HTTP to MySQL]
10+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_streaming.html#_http_to_gemfire_demo[HTTP to Gemfire]
11+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_streaming.html#_gemfire_cq_to_log_demo[Gemfire CQ to Log Demo]
12+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_streaming.html#_gemfire_to_log_demo[Gemfire to Log Demo]
13+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_streaming.html#_custom_spring_cloud_stream_processor[Custom Processor]
14+
15+
.Task and Batch
16+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_task_batch.html#_batch_job_on_cloud_foundry[Batch Job on Cloud Foundry]
17+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_task_batch.html#_batch_file_ingest[Batch File Ingest]
18+
19+
.Analytics
20+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_analytics.html#spring-cloud-data-flow-samples-twitter-analytics-overview[Twitter Analytics]
21+
22+
.Data Science
23+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_data_science.html#_species_prediction[Species Prediction]
24+
25+
.Functions
26+
* https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/_functions.html#_functions_in_spring_cloud_data_flow[Using Spring Cloud Function]

0 commit comments

Comments
 (0)