Back to Developer Roadmap

NoSQL databases

src/data/roadmaps/backend/content/nosql-databases@F8frGuv1dunOdcVJ_IiGs.md

4.0710 B
Original Source

NoSQL databases

NoSQL databases handle unstructured, semi-structured, or rapidly changing data with flexible schemas. Four types: Document stores (MongoDB, CouchDB), Key-value stores (Redis, Riak), Column-family (Cassandra, HBase), and Graph databases (Neo4j, Neptune). Used for high scalability, flexibility, and performance applications.

Visit the following resources to learn more: