Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged mongoose

0 votes
936 views
1 answer
    I have created Mongo Playground here Current output is showing result based on 15min time interval. (grouping updatedAt ... -19T18:30:00Z"), See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
706 views
1 answer
    I want to find out the dwell time between every presenceStatus change. Example collection - /* 1 */ { "_id" : ... 0 } Your help is appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
775 views
1 answer
    I want to group all the documents according to a field but to restrict the number of documents grouped for ... for each conversation_ID to 10? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
698 views
1 answer
    myModel.find({}, function(err, items) { console.log(items.length); // Big number }); How can I limit ... latest 10 items that were inserted? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have the following schema. { posts: [ { _id: '5ayuunbdsyuuuyut778' replies: [{ _id: "67hfudj7e9whduu888", text: ... ? Do I need to cast ids using ObjectId Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    All of my records have a field called "pictures". This field is an array of strings. I now want the newest ... then it also returns empty records, of course. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
738 views
1 answer
    When using MongoDB's $in clause, does the order of the returned documents always correspond to the order of the array argument? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have two collections, one is products and the other is orders I want to write aggregation in products ... /questions/65838462/conditional-lookup-with-array-of-objects-in-mongodb...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a post schema and user schema and I want to merge them together. I waant to know how to do it. ... //stackoverflow.com/questions/65839707/how-to-merge-two-schemas-in-mongodb...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
892 views
1 answer
    Im trying to get documents that are on this day 11 months ago. I tried today and noticed Start:2020-02- ... /65850862/finding-documents-in-between-2-dates-with-mongodb-and-moment...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
761 views
1 answer
    The server will receiving lots of data. And issue is that I need to create records if a field name of the ... to-create-record-if-it-does-not-exist-in-mongodb-during-bulkwrite...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
827 views
1 answer
    I am writing a node.js webapp using mongodb/mongoosejs. I have a user and a car model and want ... stackoverflow.com/questions/65866152/mongoosejs-mongodb-nested-data-vs-new-model...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I want to write a Mongoose query to get the sum total for every month (Jan-Dec) in a year. Currently the query I wrote ... -sum-of-values-by-month-from-jan-dec-in-a-year-in-mongodb...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.0k views
1 answer
    if (reaction.emoji.name === '?') { if (user.id == persToProp) { await Reply.delete() var date ... com/questions/65880761/mongooseerror-callback-must-be-a-function-got-object-object...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
969 views
1 answer
    For the below query SQL: SELECT * FROM TableA as A LEFT JOIN TableB as B ON (A.id = B.id ... from:https://stackoverflow.com/questions/65880825/mongodb-join-on-multiple-condition...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
855 views
1 answer
    I have installed everything properly but don't know what had happened. This is the code // Connect to MongoDB ... .com/questions/65889737/not-able-to-connect-to-mongodb-atlas...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Help guys im stuck. First of all im a beginner. This is my first react project I have a form being sent ... /questions/65907436/subtract-value-in-a-document-in-api-request-mongodb...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
856 views
1 answer
    I am having a field as build and another as data in my MongoDB. my build field is as b3312, b3313, b3313... I want ... -to-get-a-range-of-data-in-mongodb-for-a-substring-of-field...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
837 views
1 answer
    If I already have some collections with some data then how to access them without knowing the "Schema" of ... .com/questions/65948576/mongodb-how-to-access-pre-existing-collections...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
735 views
1 answer
    I have a problem with mongodb aggregation not in. I have a collection "user" with data: { "_id": ... https://stackoverflow.com/questions/65930721/mongodb-aggregation-not-in-select...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
811 views
1 answer
    Let say I have an array with some document _id's: const ids = ["5ffd5eb822084969b4dc9f74","5ffd5eb822084969b4dc9f74" ... /mongodb-return-all-documents-even-if-they-are-double...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    Hey i have a schema for user with an unique email: @Schema() export class User { @Prop() firstName!: string; ... /65626559/how-to-set-up-unique-compound-index-in-nestjs-mongodb...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
828 views
1 answer
    I'm trying to get updates between two dates. for this reason i have some hard-coded conditions. (See ... com/questions/65642800/filter-data-based-on-hard-coded-conditions-mongodb...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
675 views
1 answer
    Trying to access my mongoose db, getting this message "run the following command db.enableFreeMonitoring() ... /questions/65643869/run-the-following-command-db-enablefreemonitoring...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am new to using mongoose and would like to know what is the fundamental difference between mongoose. ... :https://stackoverflow.com/questions/40818016/connect-vs-createconnection...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
735 views
1 answer
    I am working with nodejs and mongoose to store the user information as showed in the code const User = mongoose. ... how-to-retrieve-the-error-object-in-the-mongodb-duplicate-error...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
709 views
1 answer
    I am working with nodejs and mongoose to store the user information as showed in the code const User = mongoose. ... how-to-retrieve-the-error-object-in-the-mongodb-duplicate-error...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
857 views
1 answer
    I want to get other collection's field using $lookup. For example, this is my users collection: { "_id ... :https://stackoverflow.com/questions/66067512/mongodb-project-with-lookup...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.6k users

...