From 31c95674da367c9e3cb37d590a287bb55dc11123 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Wed, 16 Dec 2015 16:05:18 -0500 Subject: [PATCH] Adding links to README --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 7242982..f9b7de2 100644 --- a/README.adoc +++ b/README.adoc @@ -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.