Files
spring-cloud-dataflow-samples/README.adoc
2015-12-16 16:29:23 -05:00

18 lines
639 B
Plaintext

# 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.
### 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.
## Task / Batch
## Data Science