Your cluster is being created... Stuck in Mongodb
Hello I have been working with Mongodb since long but I'm getting an issue that the cluster is being created... and it just render more than 30 minutes now . It's continuing forever , Can anyone help...
View ArticleWhy is atlas search not processing numbers?
I want to use MongoDB Atlas search to search in my app. I have an index called vehicle. It is not processing any number.{"mappings": {"dynamic": false,"fields": {"Color": {"type": "string" },"License...
View ArticleSorting on any field in MongoDb Atlas Search pipeline
I have a test data set (500k rows) {"_id": ObjectId("61309575c9346aab086f91fb"),"listId": ObjectId("61309575c9346aab086f91fa"),"createdDate": ISODate("2021-09-02T09:12:21.594Z"),"es0": "Firstname 0...
View ArticleDockerizing Express-MongoDB Atlas (docker-compose)
My apologies if this is a noob question but, is it possible to configure a docker-compose file to get an already-existing Mongo Atlas database working as part of a docker network?I have searched in...
View ArticleType error cannot add property next, object is not extensible
I am getting the error:home/maxinejones/development/level-6/Recipe-Logger/node_modules/express/lib/router/index.js:161 req.next = next;^TypeError: Cannot add property next, object is not extensibleat...
View ArticleDoes MongoDB Realm allow queries that only return some fields (projections)?
MongoDB's python sdk "PyMongo" allows for "projections" where only the specified fields are returned from an object. Is it possible to do this in Realm? I'm working on the specifications of an app and...
View ArticleMongoDB Atlas scheduled trigger service returning undefined
I’m trying to create a scheduled trigger to clear a collection weekly, but I am unable to get the service…const collection = context.services.get('mongodb-atlas'); is returning undefined when I log it...
View ArticleConfiguring Atlas MongoDB Change Stream to Sync MongoDB and Elasticsearch:...
Description:I'm working on an application that uses Kafka as middleware for message passing, Elasticsearch for advanced search, and currently evaluating integrating MongoDB as the primary database....
View Articleatlas mongodb search with highlights
am writing to report an issue I encountered while using the text search feature in MongoDB. Specifically, I am facing challenges with extracting and aggregating highlighted text from nested fields in...
View ArticleRealm Swift: Adding an Index to an Existent Property
I have an app that uses the Realm Swift SDK and is synced to the cloud via MongoDB Atlas Device Sync. It has 900,000 model objects like this in the database:final class Foo: Object{ @Persisted var...
View ArticleCan't maintain a connection to the cloud mongodb database as my IP address...
So I am building a node application where I am using the cloud mongodb atlas database. I have whitelisted my IP but the problem is after sometime my IP address changes and the connection to the mongodb...
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 ArticleHow do I connect MongoDB (Atlas) as a sink to a Flink job and what will be my...
I want to connect MongoDB (Atlas) to my Apache Flink job as a sink?Is there a ready made jar connector for that?What would be my throughput limitations? My typical sink event is a 10kB Jsondid not find...
View ArticleHow to specify region for shards in MongoDB Atlas. Also how to appropriately...
I'm trying to create 2 shard for a single cluster in MongoDB atlas.I need to set zone for each shard , so that docs withshard-key region is saved to respective shard. I need to make sure that each...
View ArticleMongo DB atlas not returning any data When called from redash
I have used Redash and am able to connect to the mongo db atlas. When I execute any query, I get 0 rows returned. I have confirmed that data is present in those collections.I have used the below link...
View ArticleDisable autoIndexing on Mongo serverless instance
Is there terraform resource that can enable/disable auto indexing mongoDocu for serverless mongo instance?I did the change in mongo ui mongoDocu and found out that this toggle triggers this url (with...
View ArticleConnect Sails.js to Mongo Atlas
I have been trying to connect my Sails application to the cloud database Mongo Atlas. I got my sails application to lift all the datas are still being store in the local disk. I think I got my...
View ArticleI am building a back-end using Express.js and mongo (mongoose) and hosted in...
When I run the command npm start I got this problem logged in the console:(node:17724) [DEP0170] DeprecationWarning: The...
View ArticleReceive DEP0170 when connecting MongoDB Atlas with Node.js 20.3.1
Recently I updated Node.js to version 20.3.1 and tried to connect my MongoDB Atlas. When my Node.js's version is 19.X, the connection of Atlas is normal. However, The terminal shows the deprecation...
View Article