mongo-connector
mongo-connector copied to clipboard
MongoDB data stream pipeline tools by YouGov (adopted from MongoDB)
How to modify oplog_ manager.py The size of batch insertion is now 1000 mongodb document data per recursive batch synchronization. How to increase the number of index data synchronization
there is a error when i want to save a oplog.timestmap ,here is command: mongo-connector -m 'mongodb://user:[email protected]:27017,192.168.166.2:27017,192.168.166.3:27017/admin?authSource=admin&replicaSet=replica&readPreference=secondary' --no-dump There error is : ServerSelectionTimeoutError: 192.168.166.10:27017: [Errno 110] Connection timed out, Timeout:...
Hi All, Need your expertise on the below issue !!! We are sync the data between MongoDB and elastic search using Mongo connector. When inserting the document, fields are not...
My use case is moving a replica set from A to B. 1. I take an EBS snapshot of A, at time t1. 2. Seed B from that finishing at...
# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine mongo_connector/doc_managers/doc_manager_simulator.py. 2. Search for `commiting`. # Expected Behaviour 1. Should read `committing`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...
I am using Mongo connector with elasticsearch. My collection has a field location like this: ``` "location" : { "longitude" : 77.193398, "latitude" : 28.645863 } ``` I want to...
Hi all I have been wondering how to convert the geo spacial index to elasticsearch? `property_location:{ type:"Point", coordinates:{ 88.30, 22.45 } }` How to convert this coordinates:{"type":"geo_point"}? Thanks In Advance
about to jump off a cliff everythings cool.. mongo.. rep set.. neo desktop uip.. browser up.. db started.. auth disabled on neo4j conf ... but still mongo-connector can't hook to...
I am trying to sync two mongodb services with replicasets. i.e. first service have 3 replicas and second service also have 3 replicas. So I want to sync all the...
When try to sync the date field am getting below error ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/mongo_connector/util.py", line 107, in wrapped func(*args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/mongo_connector/oplog_manager.py", line 292, in...