NoSql Fundamental
NoSql Definition
NoSql generally refers to a family of data storages that appears in NoSql movement to address the issues in conventional database.
Use NoSql database to let the app do the dataset-joins rather than the database itself.
NoSql Family
- Key-value: Redis etc.
- Document: MongoDB etc.
- Column: Cassandra etc.
- Graph: Neo4J etc.
Classification of NoSql: