Automatic NoSQL to Relational Database Transformation with Dynamic Schema Mapping

Zain Aftab,Waheed Iqbal,Khaled Mohamad Almustafa,Faisal Bukhari,Muhammad Abdullah
DOI: https://doi.org/10.1155/2020/8813350
2020-07-01
Scientific Programming
Abstract:Recently, the use of NoSQL databases has grown to manage unstructured data for applications to ensure performance and scalability. However, many organizations prefer to transfer data from an operational NoSQL database to a SQL-based relational database for using existing tools for business intelligence, analytics, decision making, and reporting. The existing methods of NoSQL to relational database transformation require manual schema mapping, which requires domain expertise and consumes noticeable time. Therefore, an efficient and automatic method is needed to transform an unstructured NoSQL database into a structured database. In this paper, we proposed and evaluated an efficient method to transform a NoSQL database into a relational database automatically. In our experimental evaluation, we used MongoDB as a NoSQL database, and MySQL and PostgreSQL as relational databases to perform transformation tasks for different dataset sizes. We observed excellent performance, compared to the existing state-of-the-art methods, in transforming data from a NoSQL database into a relational database.
computer science, software engineering
What problem does this paper attempt to address?