An open API service indexing awesome lists of open source software.

https://github.com/kktam/mssql_to_mongo

copy Microsoft SQL Server database table to Mongo DB as collections
https://github.com/kktam/mssql_to_mongo

mongo mongodb sql-server

Last synced: about 1 month ago
JSON representation

copy Microsoft SQL Server database table to Mongo DB as collections

Awesome Lists containing this project

README

          

# mssql_to_mongo

A very simple utility to copy migrate a Microsoft SQL Server database table to a MongoDB Collection.

### Usage:

open index.js and fill in the information about your SQL server and Mongo DB configuration.

### Run:

```
node index.js
```