ozlerhakan / mongolastic

:traffic_light: A dataset migration tool from MongoDB to Elasticsearch and vice versa.
MIT License
136 stars 34 forks source link

could have a option to update / replace the same _id row? #30

Closed agrozyme closed 5 years ago

agrozyme commented 5 years ago

I wish to trasnfer data from mongodb to ES, and I don't want to set 'query' or 'project'. could have a option to update / replace the same _id row?

ozlerhakan commented 5 years ago

Hi @agrozyme ,

The tool doesn't provide an update/replace option. It only transfers the data itself between two platforms.

agrozyme commented 5 years ago

OK, thanks