Commit Graph

10 Commits

Author SHA1 Message Date
Spring Operator
3beaa76088 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/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://repo.spring.io/libs-milestone-local migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/milestone migrated to:
  https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone) result 302).
* http://repo.spring.io/snapshot migrated to:
  https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost:7577/login
* http://localhost:8080/uaa
* http://localhost:9393/login
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-18 23:13:31 +05:30
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
Chris Schaefer
596589a12f Batch file ingest updates for SFTP 2.0 source
Resolves #55
2018-05-02 00:24:20 -04:00
Glenn Renfro
66f12709cb Updated based on run through 2018-01-30 12:25:42 +05:30
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