How can I see the number of connections my MongoDB cluster can have in atlas?
I have seen that the Mongo drivers allow us to establish a pool of open connections on the client side (that is, our applications). But I understand that on the server side there is also a limit of...
View ArticleHow to connect Google App Engine with MongoDB Atlas?
I'm trying to connect Google App Engine with my existing MongoDB Atlas instance. The issue is that I cannot whitelist an IP directly as I would do it with a custom server. So I followed this tutorial...
View ArticleWhat is MongoDB Atlas vs Realm vs Realm Sync in Swift [closed]
Edit: If youre going to downvote let me know what Im missing in this question. I heavily researched this and made it as clear as possible given the info I have.Edit 2: Cleaning this up to reopen it and...
View ArticleIs there any resource/data in mongodb/mongodbatls provider to fetch...
Current:A AWS privatelink service to connect to mongoDB cluster, this private link is created through terraform hashicorp/aws and mongodb/mongodbatlas provider. The connection_string for this link is...
View ArticleUnable to install "connect-mongo" npm package
In order to use Mongo-Session-Store, I needed to install connect-mongo npm package to use in my project to use sessions through Mongo Atlas. But it's not getting installed due to version...
View ArticleConnect to Mongo Atlas Secondary
On Cloud Mongo (Mongo Atlas) Free tier, it has 3 members of servers. How can I connect to the Secondary host from Mongo shell? Their example only shows how to connect to Primary."members" : [ {"_id" :...
View ArticleModifying kafka mongodb connector for deletion operation
I am going to make 3 db of atlas consist of 1 source and 2 sink and make cdc without any changes. However, even though I tried all the properties on the Internet, when I insert and change the document...
View Articlevercel error: @prisma/client did not initialize yet. please run "prisma...
- info Linting and checking validity of types...- info Collecting page data...Error: @prisma/client/edge did not initialize yet. Please run "prisma generate" and try to import it again.In case this...
View ArticleNestJS -> ERROR [MongooseModule] Unable to connect to the database with atlas...
My application was working fine and connect with mongodb atlas successful too.I didn't do any updates to my codes or changes to db, but somehow when I am starting my application locally again somehow...
View ArticleForward Mongo Atlas Log to AWS Cloudwatch
I have a database on MongoDB Atlas and I need to forward the Atlas logs to my AWS CloudwatchI tried using the Atlas's Log Forwarder but it only has two options to send log to either collections or to...
View ArticleMongodb atlass Access with IAM role From java application deployed in EKS...
Good morningWe do have a Spring boot application deployed in a EKS cluster.The application access a mongodb deployed in mongodb Atlass cluster. The connexion to the mongodb is currently done with...
View ArticleWhy can't I connect to MongoDB Atlas with GitHub Actions?
I want to create a workflow that automatically scrapes reviews of an app from Google Play Store at a scheduled time every day and stores it in my collection in MongoDB Atlas. So first, I created a...
View ArticleNextJs + Mongoose + Mongo Atlas multiple connections even with caching
I am using NextJS to build an app. I am using MongoDB via mongoosejs to connect to my database hosted in mongoAtlas.My database connection file looks like belowimport mongoose from "mongoose";const...
View ArticleAtlas Search C# patterns for building search query dynamically
I’m working on an application which has ONE search input value (one search text box) and it should be able to perform the following type of searches.Normal text searchPhrase searchLogical AND/ORMiss...
View ArticleCreate a MongoDB Atlas serverless cluster using CDK
I am trying to create a serverless MongoDB Atlas cluster using CDK and i have this error:Template format error: Unrecognized resource types: [MongoDB::Atlas::Project, MongoDB::Atlas::DatabaseUser,...
View Articlecreating capped collection in Mongo Atlas via REST API
I am looking for how to create a capped collection in Mongo Atlas via their REST API. I was looking over the specifications and I haven't found anything. I've found plenty of things using their SDKs. I...
View Articledatabricks pyspark connectivity to MongoDB Atlas not working
i am using pyspark on databricks (cluster is unity enabled. ADB runtime=13.3) to connect to mongoDB Atlas.i am using lib (latest version as per mongo document)=>...
View ArticleError: querySrv ESERVFAIL _mongodb._tcp.cluster0.abcd0.mongodb.net
My nodejs app was working fine with mongodb connection and suddenly this error got appeared. Then I tried to connect to mongodb with mongo compass and same error is there. I could not find out any...
View Article"Client attempted a write that is not allowed" MongoDB Atlas Device Realm...
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...
View ArticleMongodb atlas Access with IAM role From java application deployed in EKS cluster
Good morningWe do have a Spring boot application deployed in a EKS cluster.The application access a mongodb deployed in mongodb Atlass cluster. The connexion to the mongodb is currently done with...
View Article