← Cybersecurity Alphabet Soup

NoSQL

Not Only SQL

operationsmedium

NoSQL covers database families that drop the relational table model for something else: documents, key-value pairs, graphs, or wide columns, usually to scale horizontally or better match the data's shape. MongoDB, Redis, and DynamoDB are household names. They skip classic SQL injection but bring their own versions, and years of breach headlines trace back to NoSQL instances left exposed on the internet with no authentication at all.

Sources

More in operations