AWS CCP Notes

Search

Search IconIcon to open search

10-02 Key-Value Database

Last updated Aug 17, 2023 Edit Source

A key-value database is a type of non-relational database (NoSQL) that uses a simple key-value method to store data.

KeyValue
Data{species:android, rank:’lt commander'}
Worf{species:klingon, rank:’lt commander'}
Ro Laren{species:bajoran, affiliation:‘maquis’}

A simple key-value store will interpret data resembling a dictionary (aka Associative arrays or hash)

Key (Name)SpeciesRankAffiliation
Dataandroidlt commander
Worfklingonlt commander
Ro Larenbajorenmaquis