aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsar19 <Saad.Rashid@bskyb.com>2013-06-24 17:19:16 +0100
committersar19 <Saad.Rashid@bskyb.com>2013-06-24 17:19:16 +0100
commitad8b3bd9fa2de833cecf33ff9b82580e675ac290 (patch)
treec90423b015f0c901393b59b86361b08083de6c10 /README.md
parent3e4a74de169104679f2459947c27d5cfb8cc430b (diff)
downloadSpyGlass-ad8b3bd9fa2de833cecf33ff9b82580e675ac290.tar.gz
SpyGlass-ad8b3bd9fa2de833cecf33ff9b82580e675ac290.zip
added documentation and comments.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee5abb9..bb2e607 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
SpyGlass
========
-Cascading and Scalding wrapper for HBase/JDBC with advanced read and write features.
+Cascading and Scalding wrapper for HBase with advanced read and write features. JDBC wrapper is recently added to support SQL in taps. Insert/Update/Update on Duplicates are supported.
Prevent Hot Spotting by the use of transparent key prefixes.
@@ -267,3 +267,7 @@ e.g.
}
.write(hbaseOut)
+6. Jdbc Tap and Source
+===========================
+
+To be added soon. \ No newline at end of file