Types of data
Last updated:
STORAGEDATA
- Relational/Structured (Data has schema/fixed type of data)
- Relational DB is stored as row (i.e. one identity)
- Columnar is stored as columns
- Unstructured (media/blob)
- Non-relational/Semi-Structured (json, yaml, xml, etc.)
- Graph
- Has nodes
- Relationships between different types of nodes (entities)