[AWS] Amazon Quantum Ledger (QLDB)

Amazon QLDB is a fully managed Ledger database service.


Ledger Database

  • Ledger database is a NoSQL database, that stores accounting data (a history of financial activity in an organization).
  • You cannot update (replace) the old data. An update adds a new record instead.

Use Cases

  • Store financial transactions

Leave a Comment