$ grep -r "#mongodb" ./posts/

#mongodb

// 6 posts tagged with mongodb

01
/tutorials mongodb query

MongoDB Query date by _id field

Query date by _id in mongodb. Straighforward guide to solve your issue right away.

02
/devops linux mongodb

How to auto-restart Mongodb in Linux AMI or Ubuntu

How to auto-restart Mongodb in Linux AMI or Ubuntu in case of crash whenever mongod daemon gets killed, it will get respawned by systemctl.

03
/devops devops ubuntu linux mongodb install

Install MongoDB on Ubuntu 20.04

A guide step by step about how to Install MongoDB on Ubuntu 20.04. This is just a short note, so it won't take long.

04
/devops mongodb ubuntu servers awscli s3

Dump MongoDB daily and upload on S3 with AWS CLI

Step by step guide about how you can backup daily MongoDB using AWS CLI on Ubuntu OS. Discover the way I like to handle this job simple and clean.

05
/research uber costs mongodb

Uber cost algorithm

Research about how uber cost algorithm works. Discover how Uber surge pricing and benefits from hight traffic.

06
/tutorials mongoose nodejs mongodb

this.$__path is not a function mongoose error

Fix mongoose error this.$__path is not a function. If you face the same issue I suggest you to update to the lastest version.