This document summarizes an academic paper that proposes a model for automatically migrating data from relational databases to NoSQL databases using service-oriented architecture. The model encapsulates popular NoSQL databases like MongoDB, Cassandra, and Neo4j as web services. This allows data to be efficiently migrated from a relational database like Apache Derby to a NoSQL database with minimal knowledge of how each database works. The document provides details of the proposed migration model and discusses its implementation and testing migrating data from Derby to the NoSQL databases successfully.