M1n007 / mongo-to-elastic

This tools for migrating mongodb to elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mongo To Elastic

Example Error Trace

Configuration

  • change const url = '' to your mongodb connection url
  • change host: inside elasticsearch.client to your elasticsearch host

Installation

requires Node.js v8+ to run.

$ cd mongo-to-elastic
$ npm install 
$ node index.js
Example progress : 
Progress 10 from 13
Getting document from collection :  tags
Total document from collection :  22
Try inserting document tags to elasticsearch.

About

This tools for migrating mongodb to elasticsearch


Languages

Language:JavaScript 100.0%