Spring Cloud Data Flow Reference Guide

Sabby Anandan, Marius Bogoevici, Eric Bottard, Mark Fisher, Ilayaperumal Gopinathan, Gunnar Hillert, Mark Pollack, Patrick Peralta, Glenn Renfro, Thomas Risberg, Dave Syer, David Turanski, Janne Valkealahti

1.0.0.M3

Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.


Table of Contents

I. Preface
1. About the documentation
2. Getting help
II. Spring Cloud Data Flow Overview
3. Introducing Spring Cloud Data Flow
3.1. Features
4. Spring Cloud Data Flow Architecture
4.1. Components
5. System Requirements
6. Deploying Spring Cloud Data Flow
6.1. Deploying 'local'
III. Streams
7. Introduction
8. Creating a Simple Stream
9. Deleting a Stream
10. Deploying and Undeploying Streams
11. Other Source and Sink Types
12. Simple Stream Processing
13. DSL Syntax
13.1. Register a Stream App
14. Advanced Features
15. Module Labels
16. Tap DSL
17. Connecting to explicit destination names at the broker
IV. Tasks
18. Introducing Spring Cloud Task
19. The Lifecycle of a task
19.1. Register a Task App
19.2. Create a Task Definition
19.3. Launch an ad-hoc Task
19.4. Task Execution
19.5. Destroy a Task Definition
20. Task Repository
20.1. Configuring the Task Execution Repository
20.1.1. Local
20.2. Datasource
V. Dashboard
21. Introduction
22. Apps
23. Runtime
24. Streams
25. Tasks
25.1. Modules
25.1.1. Create a Task Definition from a selected Job Module
25.1.2. View Task Module Details
25.2. Definitions
25.2.1. Launching Tasks
25.3. Executions
26. Jobs
26.1. List job executions
26.1.1. Job execution details
26.1.2. Step execution details
26.1.3. Step Execution Progress
27. Analytics
VI. Appendices
A. Building
A.1. Documentation
A.2. Working with the code
A.2.1. Importing into eclipse with m2eclipse
A.2.2. Importing into eclipse without m2eclipse
B. Contributing
B.1. Sign the Contributor License Agreement
B.2. Code Conventions and Housekeeping