mongo-connector
mongo-connector copied to clipboard
MongoDB data stream pipeline tools by YouGov (adopted from MongoDB)
Hey, firstup please tell me what additional information is needed to debug this error. I ran the following command: `mongo-connector --unique-key=id -n news-articles.articles -m localhost:27017 -t http://localhost:8983/solr/mongo_solr_collection -d solr_doc_manager `...
`> mongo-connector -m localhost:27017 -t localhost:9200 -d elastic2_doc_manager` Traceback (most recent call last): File "c:\programdata\anaconda3\lib\site-packages\mongo_connector\connector.py", line 1098, in import_dm_by_path module = __import__(package, fromlist=(package,)) ModuleNotFoundError: No module named 'mongo_connector.doc_managers.elastic2_doc_manager' During handling...
Hello everybody! This is my first post, hope we can find the solution together! Here in the company I work in we have this mongodb from another team of the...
I have Solr 8.9.0 installed on MacOS Catalina, and I’m trying to integrate it with MongoDB 5.0 Community Edition. I have installed the mongo-connector using pip3 install mongo-connector. When I...
https://github.com/yougov/mongo-connector/wiki/Configuration-Options >This page details all the options that can be specified in Mongo Connector's configuration file. You can also look at an example. an example link is broken . (https://github.com/yougov/mongo-connector/blob/master/config.json)...
# Problem We have various `mongo` servers that we sync with a central server using `mongo-connector` with the `mongo_doc_manager`. They all sync into the same collection on the central server....
As this is not maintained anymore I was wondering if it could work with MongoDB 4.x version... So I am testing it on a dev environment on MongoDB Atlas, with...
Hello, I have mongo with two replica-sets and I'm using `mongo-connector` to sync the data to elasticsearch, It was working fine till I started to use Transactions in my code....
I'm using the default mongo_connector command: mongo-connector -m : \ -t \ -d I get the error on both glitch.com and on my local machine: "-t: command not found"
Is there a way to enter the user and password for the solr connection?