Mongo2ES
Mongo2ES copied to clipboard
sync MongoDB collections to ElasticSearch
This already happen to someone else ? I20190416-12:15:41.706(1)? I am in the transform function I20190416-12:15:41.707(1)? I am in the transform function I20190416-12:15:41.707(1)? updating doc 123456789 to ES This bring errors...
The title is pretty self explanatory, we have used the meteor app, we have data from MongoDB on the ES server. Everything until here is okey. But, let's say, the...
For the simplicity, when linking containers, use env variables like below if no other env variable is set. - `MONGO_PORT_27017_TCP_ADDR` and `MONGO_PORT_27017_TCP_PORT` - `ELASTICSEARCH_PORT_9200_TCP_ADDR` and `ELASTICSEARCH_PORT_9200_TCP_PORT`
This is a PR to provide instructions on how to use the options implemented at https://github.com/Alino/alino-mongo2es/pull/2, which resolves issue #6.