资 源 简 介
NOTE:
This project has been moved to github. You can find it here -> https://github.com/msathis/SQLToNoSQLImporter
Introduction
sql-to-nosql-importer is a Solr like data import handler to import Sql (MySQL,Oracle,PostgreSQL) data to NoSQL Systems (Mongodb,CouchDB,Elastic Search). Migration of data from Sql to Mongodb or couchDB or Elasticsearch is now quite simple. Just write a configuration to import the data, this tool will export the data to your preferred NoSQL system.
sql-to-nosql-importer reads from sql databases, converts and then inserts them into NoSQL datastore.For this purpose it uses one properties file (import.properties) where NoSQL datastore related settings are listed and one xml file with sql database related settings ,de-normalized schema,fields.For more info
http://wiki.apache.org/solr/DataImportHandler#Configurationindata-config.xml
But the configuration file of sql-to-nosql-importer