python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
MongoDB Atlas - aggregate pipeline an collection and store the result into another
I have an XML DB in Basex that contains information relative to x number of visits.
I need to return via postman the xml code to be transformed to JSON via xml2json and then stored in mongoDB Atlas.
P...
Márcio Ribeiro
Votes: 0
Answers: 1
Error: querySrv ENOTFOUND _mongodb._tcp.cluster0.kspub.mongodb.net
my web app cannot connect to mongo dB atlas and it shows me the following error
Failed to connect to the database :Error: querySrv ENOTFOUND _mongodb._tcp.cluster0.kspub.mongodb.net
2022-01-18T16:58:5...
yara
Votes: 0
Answers: 3
How to exclude _id property from MongoDB Atlas query with NodeJS Express application
I cannot omit my _id field when I go to retrieve my documents from a MongoDB Atlas collection.
const cursor = await client.db("databaseName").collection("collectionName").find(...

rarara
Votes: 0
Answers: 2
Serverless offline start error due to MongoDB connection string
I am testing a REST API locally. The beginning of my serverless.yml file looks like this:
service: aws-lambda-api-service
variablesResolutionMode: 20210326
frameworkVersion: '2'
provider:
name: aws
...
MaxxABillion
Votes: 0
Answers: 1