NoSQL
21 items tagged with "nosql"
Tutorials5
How to build a CRUD API on Amazon DynamoDB
Model data and implement create, read, update, and delete operations against Amazon DynamoDB from Node.js.
How to build a CRUD API on Azure Cosmos DB
Model documents and perform CRUD operations against Azure Cosmos DB for NoSQL from a .NET application.
How to build a CRUD app on Google Cloud Firestore
Model collections and perform CRUD operations and queries against Google Cloud Firestore from a web app.
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
Products3
Comparisons6
MongoDB vs DynamoDB
Document database with rich querying versus a fully managed key-value and document store built for predictable scale on AWS.
DynamoDB vs Cassandra
Managed AWS wide-column key-value store versus open-source Apache Cassandra for write-heavy, distributed workloads.
Neo4j vs ArangoDB
A dedicated native graph database versus a multi-model database supporting graph, document, and key-value in one engine.
PostgreSQL vs Cassandra
A relational ACID database for complex queries versus a distributed wide-column store built for write-heavy linear scale.
Redis vs DynamoDB
An in-memory data store for ultra-low-latency caching and structures versus a durable, managed NoSQL database for scale.
MySQL vs MongoDB
A widely used relational database with structured schemas versus a flexible document database for evolving data.