Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Cloud data flow documentation

Any update on when the Spring Cloud Data Flow documentation will be ready for prime time. It is really hard to plan for any significant deployment in the future, without complete developer documentation. Since Spring Cloud Data Flow draws off Spring XD heavily, would using Spring XD documentation till we get this complete, help in any way?

Thanks

like image 486
Vinay Joshi Avatar asked Oct 30 '22 02:10

Vinay Joshi


1 Answers

Thanks for the interest in the project.

It is really hard to plan for any significant deployment in the future, without complete developer documentation

We have recently assembled all the important documentation fragments and are now available at Spring Cloud Data Flow's individual server implementations [eg: Spring Cloud Data Flow's Cloud Foundry Server Reference Guide].

For convenience, we have also added pointers to all various implementations and the corresponding reference guides to the project page. We have plans to add project pages for individual server implementations, too.

Since Spring Cloud Data Flow draws off Spring XD heavily, would using Spring XD documentation till we get this complete, help in any way?

Though the underlying goals/vision is largely same, fundamentally, Spring Cloud Data Flow is an entire rewrite and the orchestration of streams and tasks/batch pipelines requires a runtime platform like Cloud Foundry. More details in this blog here.

like image 111
Sabby Anandan Avatar answered Jan 04 '23 15:01

Sabby Anandan