2015
DOI: 10.1016/j.procs.2015.05.367
|View full text |Cite
|
Sign up to set email alerts
|

A Framework for Migrating Relational Datasets to NoSQL 1

Abstract: In software development, migration from a Data Base Management System (DBMS) to another, especially with distinct characteristics, is a challenge for programmers and database administrators. Changes in the application code in order to comply with new DBMS are usually vast, causing migrations infeasible. In order to tackle this problem, we present NoSQLayer, a framework capable to support conveniently migrating from relational (i.e., MySQL) to NoSQL DBMS (i.e., MongoDB). This framework is presented in two parts… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
30
0
1

Year Published

2017
2017
2022
2022

Publication Types

Select...
5
1
1

Relationship

0
7

Authors

Journals

citations
Cited by 57 publications
(31 citation statements)
references
References 6 publications
0
30
0
1
Order By: Relevance
“…the MySQL) to NoSQL database (MongoDB NoSQL database) while keeping the semantic of the original database w.r.t manner the data is modelled and the way programmer write the source code to retrieve data from database [1]. A method presented by author which creates semi-automatically two logical levels over physical data [2].…”
Section: Comparison Between Nosql Databasesmentioning
confidence: 99%
See 2 more Smart Citations
“…the MySQL) to NoSQL database (MongoDB NoSQL database) while keeping the semantic of the original database w.r.t manner the data is modelled and the way programmer write the source code to retrieve data from database [1]. A method presented by author which creates semi-automatically two logical levels over physical data [2].…”
Section: Comparison Between Nosql Databasesmentioning
confidence: 99%
“…Next step is creating new schema for NoSQL database. the NoSQLayer supports MongoDB [1] and the MongoDB is document store. So, the records which are retrieved previously stored in document format in MongoDB database.…”
Section: Comparison Between Nosql Databasesmentioning
confidence: 99%
See 1 more Smart Citation
“…To simplify the query evaluation, data adapter system integrates and handles the transformation from SQL to NoSQL approach is accessed. In [2], a framework is introduced to support migration from relational database to NOSQL database. The framework is modularised into two parts.…”
Section: Related Workmentioning
confidence: 99%
“…Those are, data migration technique and single query approach. In data migration technique the data transformation form relational database to NoSQL database has been focused [1] [2]. But this technique suffers from extra space utilisation for storing duplicate data, and excess time for data migration.…”
Section: Introductionmentioning
confidence: 99%