zhr85210078 / node-mongodb-es-connector

nodejs mongodb elasticsearch synchrodata(mongodb和es同步数据)
https://zhr85210078.github.io/node-mongodb-es-connector/#/
MIT License
77 stars 17 forks source link

Unable to synchronize data #26

Closed Albert481 closed 4 years ago

Albert481 commented 4 years ago

Hi! Whenever I start the application: node app.js, my data from mongodb is not transferred to elasticsearch. But the syncing of data works. Whenever anything changes in the mongdodb, the elasticsearch will update. But how do I import every mongodb data to elasticsearch?

Albert481 commented 4 years ago

It does say "Transforming master document" for over 50000+ documents. But none of the data is saved into elasticsearch.