Introducing NoSQL

In notebook:
FrontEndMasters Serverless
Created at:
2017-10-12
Updated:
2017-10-12
Tags:
backend JavaScript

In SQL database we always try to normalise our data.

With noSQL database we usually (it's OK to) store our data at multiple places. We model and store our data based on how our view would need it. It can be a big change. Sometimes you will need a way (a function) to sync our data to multiple places.

At this course he will only present the available options, without going too deep in it.