Adding links to README

This commit is contained in:
Thomas Risberg
2015-12-16 16:05:18 -05:00
parent fd196fbbab
commit 31c95674da

View File

@@ -4,11 +4,11 @@ This repository provides sample starter applications and code for use with the S
## Streaming
### http-cassandra
### link:streaming/http-to-cassandra/README.adoc[http-cassandra]
A data pipeline demonstration that consumes data from an `http` endpoint, `transforms` while the data is in-transit, and writes the transformed payload to `cassandra` database.
### http-mysql
### link:streaming/http-to-mysql/README.adoc[http-mysql]
A data pipeline demonstration that consumes data from an `http` endpoint and writes the transformed payload to MySQL database using the `jdbc` sink.