蒙哥-ES MongoDB到Elasticsearch连接器 安装 npm i -g mongo-es 用法 命令行 # normal mode mongo-es ./config.json # debug mode, with debug info printed NODE_ENV=dev mongo-es ./config.json 以编程方式 const fs = require ( 'fs' ) const Redis = require ( 'ioredis' ) const { Config , Task , run } = require ( 'mongo-es' ) cons