8 questions
-2
votes
0
answers
68
views
I want to transfer to read my data from Kafka instead of DocumentDB [closed]
currently I am showing the Business Metrics for my data by doing an Aggregate query on DocumentDB which is taking around 15 mins in Prod for around 30M+ Data. My senior recommended me to use Kafka ...
0
votes
0
answers
29
views
Glue Job Fails When Exporting from DocumentDB to Azure Blob Storage Due to Mongo Spark Connector Schema Inference
I'm using AWS Glue 4.0 to export data from AWS DocumentDB to Azure Blob Storage. The job is written in PySpark and uses the MongoDB Spark Connector. Below are the jars added to the Glue job:
mongo-...
0
votes
1
answer
29
views
Rancher can't communicate with DocumentDB
I have a MongoDB in Documentdb. If I access to it using a tunnel like this:
ssh -o StrictHostKeyChecking=no -i "/opt/app/src/mongo-key-pair.pem" -L 27017:documentdbcluster:27017 ec2-user@...
0
votes
0
answers
38
views
Losing logs when using a tunnel in aws
I'm using DocumentDB with an EC2 attached, using it as a bastion, and Jenkins and Kubernetes for the cicd
I'm doing a tunnel to handle the communication between EC2 and documentdb
ssh -o ...
1
vote
0
answers
84
views
Tableau Amazon DocumentDB Connector - Package Signature Verification Failed (Error Code: 14D18B1F)
I am trying to connect Amazon DocumentDB (MongoDB-compatible) to Tableau using the built-in DocumentDB connector. However, I am encountering the following error when creating the connection:
Error ...
1
vote
0
answers
111
views
Unable to get the "before" Value in debezium with source as mongodb
I have a debezium set up with source as mongodb and sink as pub/sub. When an update event or the delete event happens I cant get the "before" Value. I am getting "null" in both the ...
1
vote
2
answers
44
views
mongo --ssl command is by default connecting to wrong database
From a job Kubernetes pod I am trying to connect to a Amazon DocumentDb server with following command. We are sending this command to the Kubenetes job pod using python program to list collections ...
0
votes
1
answer
460
views
Connecting aws documentdb locally
I can connect to the AWS DocumentDB Cluster using MongoDB Compass successfully on my local machine. It uses SSH connection. It is working.
But, I am struggling to connect to the database from C# code ...