Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erhangundogan/sql2mongodb
MS SQL Server to MongoDB export tool
https://github.com/erhangundogan/sql2mongodb
database javascript mongodb mongodb-export ms-sql-server mssql nodejs sql websockets
Last synced: about 1 month ago
JSON representation
MS SQL Server to MongoDB export tool
- Host: GitHub
- URL: https://github.com/erhangundogan/sql2mongodb
- Owner: erhangundogan
- Archived: true
- Created: 2012-12-25T22:47:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T08:12:00.000Z (over 10 years ago)
- Last Synced: 2024-09-25T18:58:00.853Z (about 2 months ago)
- Topics: database, javascript, mongodb, mongodb-export, ms-sql-server, mssql, nodejs, sql, websockets
- Language: JavaScript
- Homepage:
- Size: 3.47 MB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![NPM version](https://badge.fury.io/js/sql2mongodb.png)](http://badge.fury.io/js/sql2mongodb)
# sql2mongodb (aka priceless)
### MS SQL Server - MongoDB export tool
MS SQL Server initialization and MongoDB export tool. It uses node.js and express for web server architecture; websocket(socket.io) and traditional http protocols, MSSQL connectivity with Tedious and MongoDb connectivity with Mongoose. MongoDB session management using as well. You can connect to MS SQL Server and query databases. When you are fine with the table or stored procedure, export it's structure and data to MongoDB server if you want. You can use nginx 1.3.13(latest) for WebSocket experience.
Project is under development.
### How to Install
```bash
npm install -d sql2mongodb
```### How to use
```bash
node app.js
```### Ajax usage
http://localhost:3000/old### WebSocket usage
http://localhost:3000### Troubleshooting
+ If you enter user and password correct you would see databases on combobox otherwise you may not able to connect to mssql server.
+ When you have selected database from combobox then you should write table in memo
+ stored procedures and query functionality is not implemented yet
+ mssql named instances not supported cause of tedious
+ Records begin id is line number, not a guid or something else
+ You may have timer display bug
+ You may experience slow transfer on windows platform after some period if you have a lot of records on mssql ( > 1 million )### Author
**Erhan Gundogan**
+ http://twitter.com/erhangundogan
+ http://github.com/erhangundoganLicense
---------------------Copyright 2013 Erhan Gundogan
Licensed under the MIT License.