Tag: nosql
Browse 4 practical software engineering resources tagged with "nosql". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving nosql. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
NoSQL Databases
NoSQL databases provide flexible data models and horizontal scalability. They include document, key-value, wide-column, and graph databases.
The resources below cover MongoDB, DynamoDB, Cassandra, Redis, and Neo4j. Each guide helps you choose and use the right NoSQL database for your workload.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
Design a DynamoDB Single-Table Schema for Serverless Apps
Design a DynamoDB single-table schema with composite keys, GSI patterns, and access patterns for...
Complete Guide to MongoDB Indexing
Master MongoDB indexing. Covers single field, compound, text, geospatial, TTL, wildcard, hashed...
NoSQL Database Selection — MongoDB, DynamoDB, Cassandra
A practical guide to choosing the right NoSQL database. Compare document, key-value, wide-column,...
NoSQL Data Modeling Patterns
A practical guide to NoSQL data modeling: embedding vs referencing, access pattern-driven design,...