Home > Database > Mysql Tutorial > 把 SQL Server 导入 MongoDB 的 Ruby 脚本

把 SQL Server 导入 MongoDB 的 Ruby 脚本

WBOY
Release: 2016-06-07 16:29:52
Original
1181 people have browsed it

2013.03.28 更新 :如何在 Linux 下面使 Rails 能够连接到 SQL Server 请参见我的另外一篇文章:http://www.tfan.org/install-activerecord-sqlserver-adapter-under-centos/ 最近想要测试一下 MongoDB 2.4 新增的 Text Search 功能,需要把以前 SQL Server

2013.03.28 更新:如何在 Linux 下面使 Rails 能够连接到 SQL Server 请参见我的另外一篇文章:http://www.tfan.org/install-activerecord-sqlserver-adapter-under-centos/

最近想要测试一下 MongoDB 2.4 新增的 Text Search 功能,需要把以前 SQL Server 数据库中的内容导出到 MongoDB 中做测试用。

虽然用 Node.js 也可以操作 SQL Server 数据库,但是微软提供的 msnodesql 驱动目前(版本0.2.1)只支持 Windows,想想还是改一下以前写的 Ruby 脚本会更快些。

假设你已经成功地安装了 Ruby, Rails 以及 SQL Server 和 MongoDB;剩下的主要就是安装 Ruby 需要的 SQL Server 和 MongoDB 驱动了。

实际脚本的代码就比较简单了:

参考:

  • http://docs.mongodb.org/ecosystem/drivers/ruby/
  • Ruby Driver Tutorial: http://api.mongodb.org/ruby/current/

鉴于 Ruby 的元编程特性和 MongoDB 的灵活性,是不是可以做一个通用的转换程序?有时间可以试着写一个。

本文地址:http://www.tfan.org/from-sqlserver-to-mongodb-using-ruby-and-rails

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template