From e362567edc3d08d6355a6a6ed64554385be6d666 Mon Sep 17 00:00:00 2001 From: amritjangid Date: Thu, 29 Dec 2016 13:25:11 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d3d2da7..037d0ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# mShift -MongoDB to Redshift data transfer using Apache Spark. +# MongoDB to Redshift data transfer using Apache Spark mShift is a tool designed for transferring bulk data from NoSQL to SQL storage (eg.MongoDB to Redshift).its automates most of this process, relying on a json-config file to describe the schema for the data to be imported. it uses spark to import and export the data, which provides parallel operation as well as fault tolerance.