Commit Graph

63 Commits

Author SHA1 Message Date
Gunnar Hillert
21edb09e7a Polish security-ldap-uaa-example 2019-01-29 00:19:13 -10:00
Gunnar Hillert
b981dff2cb Add security-ldap-uaa example 2018-12-20 11:43:43 -10:00
David Turanski
ac636d8d10 Add kubernetes sftp file ingest sample 2018-12-05 10:49:02 -05:00
David Turanski
699f7856e4 Main File Ingest Demo written
* Add Concurrent Execution Limit
* Add Avoid Duplicate Processing
* Update link
* Add snapshot repo
* Update copyright year
* Finish Metadata Store sample and reduce number of split files to 20
* Add Cloud Foundry MetadataStore
2018-11-06 10:11:30 -05:00
Mark Pollack
4a8fbbd723 Change version to 1.0.0.BS 2018-10-30 13:18:01 -04:00
David Turanski
36603b81df Rename group and package to io.spring.dataflow.ingest 2018-10-30 10:41:19 -04:00
David Turanski
8d9fbb0c6e Change group and package 2018-10-30 10:08:44 -04:00
Chris Schaefer
bdc9d1848d File ingest sample for CF
Resolves #61
Resolves #62
2018-06-20 17:47:18 -04:00
Christian Tzolov
2960e249aa SCDF metrics with Prometheus, InfluxDB and Grafana
Resolve #56
Resolve #57
Resolve #60

- Address the review questions
- Update SCDF common tags names (use dot notation)
- Move Prometheus service-discovery module to samples

address review comments
2018-05-16 13:54:04 +05:30
Chris Schaefer
596589a12f Batch file ingest updates for SFTP 2.0 source
Resolves #55
2018-05-02 00:24:20 -04:00
Vinicius Carvalho
ef2c13ef68 Bumping dataflow versions 2018-02-01 15:42:53 -05:00
Christian Tzolov
d4d1d2bacf Align gemfire samples to scdf 1.3.0. Part of #50 2018-01-31 11:47:18 -10:00
Glenn Renfro
a5741cf2e2 Version and syntax corrections for Task CF Sample 2018-01-31 13:49:39 -05:00
Vinicius Carvalho
92cd5f6037 Minor fixes on docs 2018-01-30 22:34:51 +05:30
Glenn Renfro
66f12709cb Updated based on run through 2018-01-30 12:25:42 +05:30
Sabby Anandan
3b3a557299 Fix function-runner sample
- Add experimental note
- Switch from SNAPSHOT to MILESTONE artifacts
- Add note re: milestone and release repo requirements
- Format log output
- Verify it on SCDF 1.3 BS

Remove extra note re: milestone repo requirement
2018-01-30 12:15:44 +05:30
Mark Pollack
db86e4f1e8 Provide link to DataFlowTemplate configuration properties 2018-01-25 22:31:44 -05:00
Vinicius Carvalho
46c5564c03 Updating code to use auto-configuration
* Removing .idea directory
2018-01-25 13:37:20 -05:00
Vinicius Carvalho
3194eac395 updated gitignore 2018-01-23 10:53:38 -05:00
David Turanski
9a02ecbbbd Use global variable for OOTB stream app uri (#44)
* Use global variable for OOTB stream app uri

* Change release name
2018-01-18 11:33:32 -05:00
David Turanski
7460d3804a Added link to git repo 2018-01-18 11:32:36 -05:00
Mark Pollack
99e27fe505 Update JavaDSL sample to sync with latest changes 2017-11-23 12:19:06 -05:00
Mark Pollack
df979e2c87 Add JavaDSL code, update gitignore, Add to main doc generation 2017-11-23 10:01:50 -05:00
Chris Schaefer
b68aaf2487 Create basic batch ingest sample
* Read from a file, apply processing, write to database
* Hook in Spring Cloud Task
* Ensure job can be registered and executed through data flow
* Create README documenting build steps and how to register / launch the job as a task via Data Flow shell
2017-11-13 08:42:26 -05:00
Sabby Anandan
02fc1d308a Update README with multi-page and single-page links 2017-11-03 14:15:31 -07:00
David Turanski
acc732b8c0 Add Gemfire Samples and Migrate to Spring Cloud Dataflow Doc Framework 2017-11-03 15:21:40 -04:00
Sabby Anandan
c6b503fb0e Replace duplicate <CONSUMER_SECRET> with <ACCESS_TOKEN> 2017-10-18 09:36:56 -07:00
Sabby Anandan
5d54cb280d Add scfn + scdf integration sample
- add a new folder for scfn + scdf integration
- include quick-link from the root README
- replace spring-cloud-stream-modules with spring-cloud-stream-app-starters
- adjust text content for better continuity
- replace older bit.ly's with bacon release-train

Add function-runner repo link for clarity
2017-10-17 19:38:26 -04:00
mross1080
84d872204b New sample README demonstrating a Spring Cloud Stream processor
* Shows how to create a simple Spring Cloud Stream processor
  that converts temperatrues from Fahrenheit to Celsius
* Shows how to run it both as a standalone Spring Boot microservice
  and then on Spring Cloud Data Flow as part of a stream.

Polishing the PR
2017-10-12 11:25:18 -04:00
Mark Pollack
bbf1cddcde Update to reference Bacon release train 2017-05-09 10:21:14 -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
Sabby Anandan
cb052f9b29 Update stream definition to deploy with mysql
- This commit eliminates the necessity to supply DB credentials in the stream definition. We could have it automatically bind/negotiate (_with mysql_) through the deployment manifest. 
- Changes to bit.ly links included
2016-11-11 14:03:23 -08:00
Sabby Anandan
f485568715 Update bit.ly link 2016-10-27 07:01:19 -07:00
Thomas Risberg
882fa71f98 Reorder the options for the stream 2016-09-23 15:31:19 -04:00
Matt Ross
3b96efd1d8 Added explicit MySQL JDBC Driver setting to stream definition 2016-09-22 13:45:40 -04:00
Elisabeth Hendrickson
2fe0a4e8cf Fix spelling error (trasnsit to transit) (#16) 2016-09-05 18:15:54 +02:00
Sabby Anandan
d34070f734 Update env-var to set task services
Add batch-job link to root README
2016-08-23 17:45:37 -04:00
Sabby Anandan
763db0cb15 Add batch-job sample
Address review comments

Addressed more review comments

Set SKIP_SSL_VALIDATION to true
2016-08-17 09:36:17 -04:00
Sabby Anandan
aa6aa70af9 Update versions
replaced [] with <>
2016-07-19 10:57:44 -04:00
Sabby Anandan
a9fd405794 Update REAMDEs
- remove hardcoded versions
- add bulk app upload step
- correct stream properties
- remove redis requirement
2016-07-19 06:55:05 -07:00
Mark Pollack
6bfa4b4d62 remove store property in stream definition for twitter analytics sample 2016-07-06 09:22:31 -04:00
Sabby Anandan
23f0ac86dc Update README from admin-ui to dashboard 2016-06-06 08:34:23 -07:00
Mark Fisher
7546000c9c more module->app changes in README 2016-06-01 14:51:02 -04:00
Kartik Lunkad
a4a6c10c1c Update README.adoc 2016-05-31 18:52:02 -04:00
Sabby Anandan
e8ff0b448e GH-7: Update http->mysql sample for app-starters
Fixes GH-7 (https://github.com/spring-cloud/spring-cloud-dataflow-samples/issues/7)

Change to `test` scope

Fix typo
2016-05-03 16:35:55 -04:00
Sabby Anandan
97370c693b Replace navy references with something generic 2016-05-02 14:44:57 -07:00
Sabby Anandan
65f8905b3b Update samples to adapt to M3 changes
Correct link references
2016-05-02 09:57:00 -07:00
Sabby Anandan
d7e484aad2 Add PMML sample
Update README to include "data science" category
2016-03-24 13:14:58 -07:00
Thomas Risberg
dfe62aaf80 Adjusted some links 2016-03-12 13:14:38 -05:00
Thomas Risberg
5c413a48a2 Additional admin -> server changes 2016-03-12 13:14:24 -05:00