Skip to content

A simple tool to migrate from an SQL database to a NoSQL database. Work In Progress!!! DBMS Project

License

Notifications You must be signed in to change notification settings

MeMihir/SQL_to_NoSQL

Repository files navigation

SQL_to_NoSQL

A simple tool to migrate from an SQL database to a NoSQL database. Currently only supports convertion to MongoDB from any microoft SQL database. Will work on other databaes soon. Work still in progress. Feel free to explore around, ask doubts, clear some of my doubts, report issues etc.

Getting Started

Tot try out this software for yourself, here's what you got to do

Prerequisites

This tool migrates from one database to another(MongoDB, for now), so here are the basic requirements

  • SQL database as an input to the tool. Here is a link to SQL Express
  • Microsoft SQL Server Management Studio, for better visualisation and some initial configuration. Can go to this link for docs and to download it.
  • NoSQL database, MongoDB for now. Get that too thorough this link
    • And don't forget to download MongoDB Compass, it helps to better visualise the mongo database
  • Now follow the configuration steps for MS SSMS (SQL Server Management System) from this link (I'll have to look for it, give me a couple of days)
  • Make sure you have node installed, cause, this is a node app.

And yup, you are all set up

Installing

  • Next clone this software, or download the zip file and unzip it
  • Run the following commands and get started
npm install
node app.js

Built With

will write this later

About

A simple tool to migrate from an SQL database to a NoSQL database. Work In Progress!!! DBMS Project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published