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
- Host: GitHub
- URL: https://github.com/kktam/mssql_to_mongo
- Owner: kktam
- Created: 2017-06-08T02:52:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T03:02:24.000Z (about 9 years ago)
- Last Synced: 2025-03-15T11:49:55.620Z (over 1 year ago)
- Topics: mongo, mongodb, sql-server
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```