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

# Spring Cloud Data Flow Samples

This repository provides sample starter applications and code for use with the Spring Cloud Data Flow project. The following samples are available:

## Streaming

### link:streaming/http-to-cassandra/README.adoc[http-cassandra]

A data pipeline demonstration that consumes data from an `http` endpoint and writes the payload to Cassandra database using the `cassandra` sink application.

### link:streaming/http-to-mysql/README.adoc[http-mysql]

A data pipeline demonstration that consumes data from an `http` endpoint and writes the payload to MySQL database using the `jdbc` sink application.

## Task / Batch

### link:tasks/simple-batch-job/README.adoc[simple-batch-job]

A simple Spring Batch job running as short-lived task in Cloud Foundry.

## Analytics

### link:analytics/twitter-analytics/README.adoc[twitter-analytics]

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.

## Data Science

### link:datascience/species-prediction/README.adoc[species-prediction]

A simple demonstration to walkthrough the steps to compute real-time predictions using https://en.wikipedia.org/wiki/Predictive_Model_Markup_Language[PMML] data microservice application.
Description
No description provided
Readme Apache-2.0 181 MiB
Languages
Java 86.3%
XSLT 6.5%
Python 2.9%
Shell 1.8%
CSS 1.1%
Other 1.4%