NoSQL

NoSQL is a broad term for databases that step away from the fixed rows and columns of relational systems. Instead, they store data as documents, key-value pairs, wide columns, or graphs, depending on the tool. This flexibility makes them a good fit for big data and real-time web applications, where the volume is large and the data structure may change over time.