computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rachelle Palmer
c1dad0da30
|
2 years ago | |
---|---|---|
.. | ||
100-document-databases.md | 2 years ago | |
101-column-databases.md | 2 years ago | |
102-timeseries-databases.md | 2 years ago | |
103-realtime-databases.md | 2 years ago | |
readme.md | 3 years ago |
readme.md
NoSQL databases
NoSQL databases offer data storage and retrieval that is modelled differently to "traditional" relational databases. NoSQL databases typically focus more on horizontal scaling, eventual consistency, speed and flexibility and is used commonly for big data and real-time streaming applications. NoSQL is often described as a BASE system (Basically Available, Soft state, Eventual consistency) as opposed to SQL/relational which typically focus on ACID (Atomicity, Consistency, Isolation, Durability). Common NoSQL data structures include key-value pair, wide column, graph and document.
Free Content NoSQL Explained How do NoSQL Databases work SQL vs NoSQL Explained