MongoDB
12 items tagged with "mongodb"
Tutorials2
How to design an effective MongoDB document schema
Model data for MongoDB by choosing embedding vs referencing based on access patterns, then index and validate the result.
How to shard a MongoDB collection for horizontal scale
Enable sharding on a MongoDB cluster, choose a shard key, and distribute a collection across shards with verified balancing.
Migrations2
Stacks3
MEAN Stack
MongoDB, Express.js, Angular, Node.js - Enterprise JavaScript stack
MEVN
A JavaScript fullstack combining MongoDB, Express, Vue, and Node.js for single-page web apps with one language end to end.
Node + Express + Mongo Stack
JavaScript backend stack using Node.js, Express, and MongoDB for flexible, schema-light REST APIs and rapid prototyping.
Comparisons3
MongoDB vs PostgreSQL
Comparing document database MongoDB with relational PostgreSQL
MongoDB vs DynamoDB
Document database with rich querying versus a fully managed key-value and document store built for predictable scale on AWS.
MySQL vs MongoDB
A widely used relational database with structured schemas versus a flexible document database for evolving data.