Commit Graph

176 Commits

Author SHA1 Message Date
Ilayaperumal Gopinathan
cee79f3c8d Add transformer app for function sample 2020-07-23 19:41:17 +05:30
schesa
06da4e8a7c Update BillingConfiguration.java
Explicit return types should be consistent across both the reader and the writer.
2020-07-21 11:17:31 -04:00
Christian Tzolov
85a35cc592 Add Wavefront enabled Task demo 2020-07-21 15:32:15 +02:00
Ilayaperumal Gopinathan
c37aa3f4f5 Add maven repo config for composed kotlin module 2020-07-21 15:59:05 +05:30
Ilayaperumal Gopinathan
430b514ff5 Add maven central repo config 2020-07-21 15:42:47 +05:30
Ilayaperumal Gopinathan
e794ba1a82 Add spring release repo 2020-07-21 15:23:14 +05:30
Ilayaperumal Gopinathan
1f060f8a86 Fix plugin repos for the modules that use jib plugin 2020-07-21 15:11:44 +05:30
Ilayaperumal Gopinathan
716c2e5d10 Fix module configuration 2020-07-21 14:58:49 +05:30
Ilayaperumal Gopinathan
e548bbb7b6 Try adding maven central to plugin repo 2020-07-21 14:52:14 +05:30
Ilayaperumal Gopinathan
87dd220047 Fix repository config inside function samples 2020-07-21 14:42:28 +05:30
Ilayaperumal Gopinathan
2e6748821d Remove invalid config 2020-07-21 14:34:02 +05:30
Ilayaperumal Gopinathan
89e4151855 Fix profile configuration 2020-07-21 14:31:27 +05:30
Ilayaperumal Gopinathan
b1904d4c67 Add profile for repository config 2020-07-21 14:29:20 +05:30
Ilayaperumal Gopinathan
0b3baec05b Add repository config to Kafka/function samples 2020-07-21 14:23:51 +05:30
Ilayaperumal Gopinathan
1d03924c41 Update stream apps to 1.0.0-M2 2020-07-21 14:18:00 +05:30
Ilayaperumal Gopinathan
cba9ddcf46 Update Hoxton dependency 2020-07-21 14:10:59 +05:30
Ilayaperumal Gopinathan
abc583c8f4 Rename functional-samples -> function-samples 2020-07-21 13:24:13 +05:30
Ilayaperumal Gopinathan
08b58a3b27 Function samples 2020-07-21 13:22:08 +05:30
Christian Tzolov
d88a3fc6ec Update Task Monitoring Demo to Boot 2.3.1, SpringCloud Hoxton.SR6 and Prometheus RSocket 0.11.0 2020-07-20 14:47:10 +02:00
Ilayaperumal Gopinathan
3fb87c19b9 Update inbound/outbound ports 2020-06-27 03:29:01 +05:30
Ilayaperumal Gopinathan
0fc7dc18fa Add port name metadata for apps 2020-06-27 02:08:44 +05:30
Ilayaperumal Gopinathan
36648a23ba Rename samples 2020-06-24 21:00:13 +05:30
Ilayaperumal Gopinathan
cc3191ace4 Add ticktock multi IO sample 2020-06-23 19:59:46 +05:30
Janne Valkealahti
8fe8d45e4f Actually add mysql driver 2020-05-23 07:59:55 +01:00
Janne Valkealahti
8202767bc4 Add custom sample for dataflow 25x 2020-05-23 07:45:23 +01:00
Ilayaperumal Gopinathan
dc20f90f03 Refactor the stream applications
Thanks to Soby Chacko for the suggestions
2020-05-02 07:17:55 +05:30
Ilayaperumal Gopinathan
6324d6e78a Add Spring Cloud Stream function based apps
Resolves #135
2020-05-01 01:24:39 +05:30
Glenn Renfro
48434d7e61 Migrate Kubernetes Schedules from 2.3/2.4 to SCDF 2.5
Resolves #133
2020-04-20 18:29:41 -04:00
Soby Chacko
2b3d2b6320 Update stream samples to latest model
* Update Stream applicaiton Kafka samples to use the latest functional model
* Use the new test binder to test the components

Resolves https://github.com/spring-cloud/spring-cloud-dataflow-samples/issues/131
2020-03-16 12:43:42 -04:00
Glenn Renfro
158f455ffc Supports CTR section of the dataflow.spring.io
resolves another part of #180

It is associated with PR https://github.com/spring-io/dataflow.spring.io/pull/188
2020-01-29 15:57:42 -05:00
Mark Pollack
f205626b4f Update to junit5/assert4j in batch sample
Fixes #127
2020-01-29 15:37:01 -05:00
Janne Valkealahti
42f83b10c8 Apply suggestions from code review
Co-Authored-By: Sabby Anandan <sanandan@pivotal.io>
2020-01-27 15:51:30 +00:00
Janne Valkealahti
f6062684ea Update javadsl sample
- Bump up to boot and dataflow versions.
- Document authentication settings.
- Fixes #126
2020-01-27 15:51:30 +00:00
Christian Tzolov
a128253930 Add SCDF stream autoscaling example
- Add K8s on-disk installation configuration yaml files to extend the SCDF k8s on-disk installation.
 - Add K8s on-disk installation configuration yaml files to extend the SCDF k8s Helm installation.
 - Add AlertWebhookReciver Spring Boot app.
 - Publish the webhook app to springcloud DockerHub
2019-12-31 17:44:13 +01:00
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
Christian Tzolov
f6a75bac23 fix broken grafana-twitter-scdf-analytics.json link 2019-11-13 20:12:30 +01:00
Christian Tzolov
e42c2888a3 udate task-apps pom dependencies and docs 2019-11-07 16:28:04 +01:00
Christian Tzolov
2b295dafb1 udate task-apps pom versions 2019-11-07 16:02:28 +01:00
Christian Tzolov
3a417a8a23 fix formating 2019-11-07 10:20:09 +01:00
Christian Tzolov
36607f7d6c Update the Monitoring samples sections
- Add links to the microsite.
 - Remove obsoleted content
2019-11-06 18:27:19 +01:00
Christian Tzolov
f8078ed08f RSocket Proxy for Prometheus monitoring
- Rename spring-cloud-dataflow-samples/tree/master/micrometer to spring-cloud-dataflow-samples/tree/master/micrometer-samples
 - Rename spring-cloud-dataflow-samples/tree/master/micrometer/tasks to spring-cloud-dataflow-samples/tree/master/micrometer-samples/task-apps
 - Add the apps under spring-cloud-dataflow-samples/tree/master/micrometer/stream-apps
 - Describe or cross-link the description of the new architecture in the root README
 - Add microsite SCDF monitoring links

 Resolves #122
2019-11-06 16:29:17 +01:00
Christian Tzolov
369ecce9ba remove noise messages form the snippets 2019-10-04 12:44:09 +02:00
Christian Tzolov
94ec1b534e Update tiwtter analytics diagram 2019-10-04 11:20:19 +02:00
Christian Tzolov
c1b5463d5c Fix Twitter Analytics Guide
- Update the pre-build dashboard to set the prometheus Datasource name on import.
  - Fix the Data Flow and Shell download links.
  - Simplify docker compose installation instructions.
  - Add animated workflow diagram diagram.
2019-10-04 10:22:40 +02:00
Christian Tzolov
56b745bef3 address review comments 2019-09-30 13:42:47 +02:00
Christian Tzolov
ab8f6970b1 Create Task Monitoring Sample
- Add Influx Task Monitoring sample
 - Add Prometheus Task Monitoring sample

 Resolves #119
2019-09-25 14:23:40 +02:00
Christian Tzolov
72498e0bdc move monitoring demo tasks under dataflow-website structure 2019-08-28 14:54:59 +02:00
Christian Tzolov
ad50f3883d add pre-build influx and prometheus demo task apps 2019-08-28 14:02:06 +02:00
Sabby Anandan
119bbafc37 Remove any and all references to bit.ly 2019-08-07 12:29:11 +05:30
Spring Operator
2d40a251fe URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 4 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 27 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-08-07 12:09:13 +05:30