Mongodb
23 articles
Optimize Mongoose Queries for Speed & Efficiency: The Lean Way
Mongoose is a schema-based solution to model your application data in MongoDB. It includes built-in type casting, validation, query building, business …
Understanding TTL Indexes in MongoDB comprehensively
Time to Live (TTL) indexes are special single-field indexes in MongoDB that help delete documents from a collection after a specific amount of time or …
Enhance MongoDB Aggregation Experience with MongoDB Compass Queries
MongoDB Compass, as of 2018, comes with an aggregation pipeline builder to help make prototyping and debugging easier. This feature allows developers …
Deploy EC2 in Private Subnet & Securely Enable Internet Communication
Enterprise-grade security architectures demand that critical infrastructure like databases, application servers etc must be deployed securely in AWS …
MongoDB Installation on AWS EC2: Lessons Learned & Best Practices
I had to search a lot before figuring out a proper way to install and configure a production ready standalone MongoDB installation in AWS EC2 …