Blockchain
Developing blockchain and ledger applications is simpler, faster, and more efficient with AWS. AWS provides purpose-built tools to support your distinct blockchain needs, whether you need a centralized ledger database that maintains an immutable and cryptographically verifiable record of transactions, or a multi-party, fully managed blockchain network that helps eliminate intermediaries.
Recent questions
see all1/18
1
answers
0
votes
6
views
asked 2 months ago
Is QLDB Document ID a globally unique UUID
In various places in the documentation the document ID is described as a unique identifier. e.g.
<https://docs.aws.amazon.com/qldb/latest/developerguide/working.create.html>
Is the document ID truly a GUID/UUID that uniquely identifies that document not only within a specific ledger, but across ALL possible ledgers?
Is the document ID safe to expose to the outside world as a truly unique identifier?
Will all document ID's be guaranteed to always be exactly 22 chars in length and match the regex
```
/^[A-Za-z0-9]{22}$/i
```
Is a document ID lexically sortable?
Can you describe the format and internal state of the document ID (perhaps compared to the various types of UUID as defined by RFC 4122? I can find no detailed description of this ID. It would be helpful for this to be defined in the documentation.
https://en.wikipedia.org/wiki/Universally_unique_identifier
Thanks.
Edited by: glenn-truestamp on Jun 27, 2020 12:30 PM
Edited by: glenn-truestamp on Jun 27, 2020 12:33 PM
Edited by: glenn-truestamp on Jun 27, 2020 12:47 PM
Accepted AnswerBlockchain
3
answers
0
votes
14
views
asked 2 years ago
Migrating out of QLDB?
A customer is looking at using QLDB. They have a concern that this ties them into AWS.
What are the options of 'migrating out' of QLDB into another ledger, if they so needed to? Apologies, I realise this is bit of a woolly question.
I believe you could replay transactions into the destination system (with quite a few considerations needed).
Thank you in advance.
Accepted AnswerAmazon Quantum Ledger Database
1
answers
0
votes
18
views
asked 2 years ago
Popular users
see all1/18