c3f5c9e65c2e98f49f25d6289f2401bc43793bfd
resolves #121 This app pulls in data from the PCFScheduler, AppSummary, AppManifest, the SCDF Task Definition Schema to construct the new schedule for the migration. You will note that for the App Summary, the code was pulled directly from the CF-Deployer, the reason this was done was to obtain additional schedule information required for the migration, without having to make another call to retrieve the app summary (i.e. obtain this detail while its still there). As discussed in the README, you will see that not all properties could be obtained from the available resources and thus have to be populated by a property that user can establish at runtime. However this also means this affects all schedules to be migrated. Updated to allow user to setup maven repository Updated instructions to include how to execute migration Updated docs Updated to support deployer format for tasks Also updated deployers to current release
# Spring Cloud Data Flow Samples This repository provides various developer tutorials and samples for building data pipelines with Spring Cloud Data Flow. The samples are included in a document available in https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/[multi-page] and https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/[single-page] HTML. To build the documents ``` $mvn package ```
Description
Languages
Java
86.3%
XSLT
6.5%
Python
2.9%
Shell
1.8%
CSS
1.1%
Other
1.4%