Hello World to Amazon Quantum Ledger Database

Xin Cheng
2 min readDec 14, 2021

--

When I first hear Amazon Quantum Ledger Database, the following two words are very misleading.

Quantum: transaction can be in one of many possible states, which one is unknown — until fixed by observation (I get this explanation from the last video below)

Ledger database: not DLT (distributed ledger technology, usually blockchain), but ledger means system of records

Actually, it is not related to quantum computing and not a blockchain offering. It is a centralized ledger database (use case is where data integrity, completeness, change tracking and verifiability are critical: e.g. credit and debit transactions, movement between carriers and across borders). The following article clarifies this:

Quick start

Follow Amazon tutorial

Notes

Sample application used here is at

Step 1: Constants.ts is at src/qldb, CreateLedger.ts is at src. then execute

export AWS_REGION=us-east-1
node dist/CreateLedger.js

Step 4: query table

Step 5: modify documents

The vehicle registrations have been transferred to other owners.

Step 6: view the revision history

Appendix

--

--

Xin Cheng
Xin Cheng

Written by Xin Cheng

Multi/Hybrid-cloud, Kubernetes, cloud-native, big data, machine learning, IoT developer/architect, 3x Azure-certified, 3x AWS-certified, 2x GCP-certified

No responses yet