From 57455d394ffed149a9d4bc9ecc37e90eb663e23f Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Wed, 16 Dec 2015 16:29:23 -0500 Subject: [PATCH] Updating sample descriptions --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index f9b7de2..6ea8bdd 100644 --- a/README.adoc +++ b/README.adoc @@ -6,11 +6,11 @@ This repository provides sample starter applications and code for use with the S ### 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. +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 transformed payload to MySQL database using the `jdbc` sink. +A data pipeline demonstration that consumes data from an `http` endpoint and writes the payload to MySQL database using the `jdbc` sink. ## Task / Batch