This repository provides sample starter applications and code for use with the Spring Cloud Data Flow project. The following samples are available:
A data pipeline demonstration that consumes data from an http
endpoint and writes the payload to Cassandra database using the cassandra
sink application.
A data pipeline demonstration that consumes data from an http
endpoint and writes the payload to MySQL database using the jdbc
sink application.
A simple Spring Batch job running as short-lived task in Cloud Foundry.
A data pipeline demonstration that consumes data from twitter-firehose using twitterstream
source application and computes simple analytics over data-in-transit with the help of field-value-counter
sink application.
A simple demonstration to walkthrough the steps to compute real-time predictions using PMML data microservice application.