Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
68 views

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 ...
Piyush Kaushish's user avatar
0 votes
0 answers
29 views

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-...
SONIA_29's user avatar
0 votes
1 answer
29 views

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@...
Carabes's user avatar
  • 737
0 votes
0 answers
38 views

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 ...
Carabes's user avatar
  • 737
1 vote
0 answers
84 views

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 ...
Vasu Gadde's user avatar
1 vote
0 answers
111 views

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 ...
Sudharsan K's user avatar
1 vote
2 answers
44 views

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 ...
RCode's user avatar
  • 117
0 votes
1 answer
460 views

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 ...
mrd's user avatar
  • 2,183