QLDB is a No-SQL(Semi-SQL & Semi-NoSQL) Append-only database that provides an immutable, transparent, and cryptographically verifiable transaction log owned by a central authority. Since it is a No-SQL database, It has the ability to store a lot of semi-unstructured data using a document-oriented data model. Moreover, it Uses SQL like data structure(Tables and Rows) and a language(PartiQL). So, it can leverage current SQL developers to offer robust ways to query and manage data
Basic SQL Like Queries are included in
resources/syntax.mdfile
update
.envfile according to your QLDB Configuration
npm i
npm run start-rest
Sample CURL Commands for CRUD are included in
resources/rest-queries.mdfile
npm i
npm run start-graphql
Sample queries and mutations are included in
resources/graphql-queries.mdfile