October 2018
Intermediate to advanced
556 pages
15h 18m
English
In early 2016, Spring Cloud introduced a new module called Spring Cloud Data Flow, with the official module description at this link: https://cloud.spring.io/spring-cloud-dataflow:
To generalize, the main idea of that module is to achieve separation between the development of functional business transformations and the actual interaction between developed components. In other words, this is the separation between functions and their composition in the business flow. To solve this problem, Spring Cloud Data Flow gives us a user-friendly web interface which makes it possible to upload deployable Spring Boot applications. ...