7 Commits

Author SHA1 Message Date
Glenn Renfro
c3f5c9e65c Migrates existing schedules to SCDF 2.3.0
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
2019-12-17 11:37:29 -06:00
Janne Valkealahti
2d0c3cd5d7 Maven and Gradle samples for dataflow server
- Minimal and fully working sample of building custom
  dataflow server adding mysql driver.
2019-07-26 08:18:13 +01:00
David Turanski
50bf5a10b0 Moved file-to-jdbc code 2019-06-12 10:30:19 -04:00
Vinicius Carvalho
3194eac395 updated gitignore 2018-01-23 10:53:38 -05:00
Mark Pollack
df979e2c87 Add JavaDSL code, update gitignore, Add to main doc generation 2017-11-23 10:01:50 -05:00
David Turanski
acc732b8c0 Add Gemfire Samples and Migrate to Spring Cloud Dataflow Doc Framework 2017-11-03 15:21:40 -04:00
Eric Bottard
337b41ecaa Update instructions with latest CF and SCDF support
Fixes https://github.com/spring-cloud/spring-cloud-dataflow-samples/issues/22

polish
2017-05-05 15:28:26 -04:00