Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [mongodb-atlas]

MongoDB Atlas is a cloud database service for running, monitoring, and maintaining MongoDB deployments, including the provisioning of dedicated servers for the MongoDB instances.

mongodb-atlas
0 votes
0 answers
8 views

Schema validation failed in Realm/Atlas due to an unknown type

I have a Kotlin Multiplatform app that I'm trying to get to work with Realm/Atlas. When I try to do a Realm.open(it) it says: IllegalStateException@29576} "java.lang.IllegalStateException: [...
user443654's user avatar
0 votes
0 answers
30 views

How to Optimize MongoDB Aggregation Pipeline with Keyword Search and Sorting for Large Dataset?

I am working on a Laravel project that uses MongoDB via MongoDB Atlas. I have a collection with millions of documents, and I am running a complex search query that includes keyword search, sorting, ...
Mohit Kumar's user avatar
1 vote
0 answers
25 views

cant reach atlas mongo service from docker

i have a rest api golang app. with go run . everything works fine, no error. then, I dockerize it on localhost. everything seems fine, but endpoints that are connecting to mongo are not working and I ...
user_pruser's user avatar
0 votes
0 answers
20 views

Attempt to delete a document on Mongodb Atlas times out and returns an error

I am using Postman to test deleting a document on Mongodb atlas in a NextJs 14.2.4 application using the api router. The problem is that my delete methods time out and the document is not deleted. ...
Imari Childress's user avatar
1 vote
1 answer
58 views

Unresolved reference after try/catch added

I have the following code I'm trying to debug and want to add a try/catch block to see why it is crashing. When I add that though, it gives me an unresolved reference a few lines down, as noted in the ...
user443654's user avatar
0 votes
1 answer
22 views

MongoDB Atlas CMD_NOT_ALLOWED: grantRolesToUser and dropDatabase Permissions Issue

I am encountering issues with MongoDB Atlas permissions while trying to manage user roles and perform administrative actions. Specifically, I am facing the following errors: MongoServerError[...
Shamanth's user avatar
0 votes
0 answers
24 views

Local atlas deployment raise "Get "https://production.cloudflare.docker.com ... dial tcp 157.240.10.36:443: i/o timeout" error

I use atlas deployments setup for local atlas devlopment, It shows the following message: Creating your cluster local6606 [this might take several minutes] 1/3: Starting your local environment… 2/3: ...
Johnson's user avatar
  • 491
0 votes
0 answers
34 views

Returning all documents in MongoDB Atlas Vector Search

I have created an MongoDB atlas vector index LocationSemanticSearch based on location. my api file import base64 # import io import os from flask import Blueprint, jsonify, request # from PIL ...
Dm420's user avatar
  • 1
0 votes
0 answers
15 views

db to bigQuery from mongodb atlas

want to create a trigger in MongoDB Atlas that sends data directly to BigQuery via an HTTP request whenever a new document is added to my collection. I understand that I need to use JavaScript and do ...
Saleh Mehdiyev's user avatar
0 votes
0 answers
10 views

What is RTT connection and monitoring connection in atlas?

I am using this documentation to calculate the number of connections my service will have: docs/manual/tutorial/connection-pool-performance-tuning instances of the python application that connects to ...
fahadhub's user avatar
  • 225
0 votes
0 answers
27 views

How to do forever anonymous authentication with realm?

I'm trying to build an "offline first" react native app. Basically the user can use the app without signing up, but can later decide to sign up to sync data across all devices. I went for ...
zcb's user avatar
  • 109
0 votes
0 answers
47 views

sorting behavior and sorting sequence for mongodb

Does MongoDB use a different sort sequence order when sorting within a $search operation compared to a normal sort operation? case 1: db.collection.aggregate([{ $search: { index: "...
SAMRAT's user avatar
  • 98
0 votes
0 answers
76 views

Why does the $search aggregation make every other step so much slower? (v7.0.11)

I was experimenting with Atlas Search in MongoDB and I found a strange behavior. Consider a collection of 100000 documents that look like this: { _id: "1", description: "Lorem Ipsum&...
Jean-Samuel Girard's user avatar
0 votes
0 answers
47 views

Configure IRSA to access mongodb cluster from EKS pod

I'm trying to setup a IRSA(Iam Role for Service Account) in order to acces mongodb cluster from EKS cluster. The IRSA will then be attached to my EKS pod.(The goal is to setup passwordless ...
blaiso's user avatar
  • 481
0 votes
1 answer
99 views

"Client attempted a write that is not allowed" MongoDB Atlas Device Realm Flex Sync Database

I am developing an iOS app with Realm and MongoDB Atlas. I never used Atlas before so this is a very interesting learning process. Atlas has a huge learning curve, and i am thankful i figure out ...
Etienne's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
105