How to get started with NoSQL?
Since 2009 NoSQL databases becomes more and more popular. But why?
- No usage of SQL, that means
- Less complexity
- Better portability
- Boundlessness
- User-friendliness
Famous companies like Twitter, Facebook and Amazon are using NoSQL databases.
What sorts of NoSQL databases are used today?
- Key-Value stores
- Easy to implement
- Only key-value-pairs can be stored
- Difficult to build complex data structures
- Columns don't have to be defined in advance.
- A row can have different numbers of cells
- Like key-value stores, but allows nested values
- Objects and relationships are modelled and persisted as nodes and edges of a graph