Corneil du Plessis
9ddace8675
Created Boot 3.x versions of samples.
2024-03-28 12:21:23 +02:00
Corneil du Plessis
2db8178502
Update repo.spring.io references ( #188 )
2023-02-08 14:37:44 +02:00
Greg Stroup
e1b202171d
Fix kinesis demo ( #187 )
...
* Update to Spring Cloud to `2021.0.5`
* Update spring-cloud-stream-binder-kinesis to `2.2.0`
* Update Spring Boot to `2.7.8`
* Remove repo.spring.io from pom.xml
2023-02-03 13:57:45 -06:00
Glenn Renfro
5948a0969b
Updated sample app for metrics to boot 2.7.8
2023-01-27 18:13:46 -05:00
Glenn Renfro
2c73d6bbd2
Updated prometheus batch sample to Boot 2.7.7
2023-01-27 13:39:37 -05:00
Glenn Renfro
079cb0e728
Updated batch samples to use boot 2.7.7
2023-01-06 13:32:28 -05:00
Loris Pozzobon
be3c2b6858
Fix a typo on README.md ( #184 )
2022-07-12 10:59:11 -05:00
Chris Bono
522c2e33fd
Adjust docker image configurations ( #167 )
...
Partially resolves #156
2022-01-24 15:02:10 -06:00
Chris Bono
1e7eea200c
Use spring-boot:build-image for all Docker images (remove Jib) ( #166 )
...
Partially resolves #156
2022-01-24 14:10:29 -06:00
Chris Bono
301ba872bb
Bump libs up to latest
...
* Spring Boot 2.6.3
* Spring Cloud 2021.0.0
* SCS/F 3.2.1
* etc..
Partially resolves #156
2022-01-24 10:20:21 -06:00
Chris Bono
96c487a820
Consolidate version numbers to 2.0.0(-SNAPSHOT)
...
Partially resolves #156
2022-01-24 09:18:13 -06:00
Chris Bono
ef1a52efd9
Replace Bamboo SCDF samples build w/ GitHub actions ( #159 )
...
Add GitHub actions based CI pipeline
Resolves #155
2022-01-21 11:31:06 -06:00
Glenn Renfro
7c11592f74
Updated versions and replaced mysql docs with mariadb
...
Updated Readme to replace the use of mysql with mariadb.
Updated instructions to use boot image builder instead of Jib.
Updated vesions
2022-01-06 13:40:20 -05:00
Christian Tzolov
192566ed04
Fix args parsing for polyglot apps.
...
To parse a `K=V` argument into `K` and `V` we should consider only the first `=` character.
2021-09-09 13:53:16 +02:00
michelekorell
800055e14a
Fix proposal for issue #147
2021-08-20 15:13:41 +02:00
Ilayaperumal Gopinathan
f2b8d5b2fc
Update jib plugin config to stream sample
2021-07-02 16:33:56 +05:30
David Turanski
fcbc761fdc
Consolidated stream samples - updated and function based ( #143 )
...
* Consolidate stream samples and update to use functions
* Address review comments
* Revert value.contains
2021-07-02 15:49:40 +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
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
e548bbb7b6
Try adding maven central to plugin repo
2020-07-21 14:52:14 +05:30
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
Mark Pollack
f205626b4f
Update to junit5/assert4j in batch sample
...
Fixes #127
2020-01-29 15:37:01 -05: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
Christian Tzolov
72498e0bdc
move monitoring demo tasks under dataflow-website structure
2019-08-28 14:54:59 +02:00
Sabby Anandan
119bbafc37
Remove any and all references to bit.ly
2019-08-07 12:29:11 +05:30
Sabby Anandan
f5da6f8812
Add Kinesis sample
...
* Adjust consumer group property from producer vs. consumer
2019-06-28 14:53:26 -04:00
David Turanski
71a217b5d7
Add zip dist
2019-06-13 09:20:42 -04:00
David Turanski
6590b02e93
Update generic SCDF install instructions,app releases, and fix stream commands format
2019-06-13 07:49:30 -04:00
David Turanski
50bf5a10b0
Moved file-to-jdbc code
2019-06-12 10:30:19 -04:00
Sabby Anandan
15b91f35cf
Fix typo in python recipe
...
Resolves #104
2019-06-06 08:54:46 +02:00
Christian Tzolov
4686ceb8d8
replace some orders/bar occurences
2019-05-17 20:28:20 +02:00
Christian Tzolov
90ba371006
Replace the Barista by Python-Router app use case
2019-05-17 19:19:47 +02:00
Christian Tzolov
3be812b758
add polyglot-python-processor.zip archive
2019-05-16 14:29:54 +02:00
Christian Tzolov
1959f91c83
Resolve a gihub python-processor issue 2
2019-05-16 12:37:34 +02:00
Christian Tzolov
3b6cdc1417
Resolve a gihub python-processor issue
2019-05-16 12:36:57 +02:00
Christian Tzolov
5669221fb0
Add polyglot-python-processor sample
2019-05-16 11:50:55 +02:00
Christian Tzolov
c92d406dcc
add
2019-05-16 11:50:55 +02:00
Ilayaperumal Gopinathan
52f6dd4964
Update samples to use built-in configuration properties
2019-05-14 23:29:17 +05:30
Christian Tzolov
7d3e7efbda
rename scdf-python-app to polyglot-python-app
2019-05-14 16:22:04 +02:00
Christian Tzolov
3e1628bd54
Add scdf-python-app. fix polyglot-python-task issue
2019-05-13 23:41:25 +02:00
Ilayaperumal Gopinathan
0d84299e61
Refactor function composition samples
2019-05-09 23:24:01 +05:30
Ilayaperumal Gopinathan
45337f11dc
Add source code zip of function composition samples
2019-05-09 22:14:57 +05:30
Ilayaperumal Gopinathan
d68c26d2e4
Add function composition samples
2019-05-09 22:00:06 +05:30
Ilayaperumal Gopinathan
a09872c0bf
Add zip of stream dev guide samples' source code
2019-05-08 15:37:35 +05:30
Ilayaperumal Gopinathan
e6f5ae2adc
Add tests for stream samples in dev guide
2019-05-08 07:38:54 +05:30
Christian Tzolov
4294d5f97a
Add zipped archive of the polyglot-python-task sample
2019-05-07 10:57:24 +02:00
Christian Tzolov
108299b07e
Add the polyglot python-task sample
2019-05-07 09:47:19 +02:00