Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/salmandabbakuti/qldb-essentials

Kickstarter Development Essentials for Amazon's QLDB. Article here: https://medium.com/devopsinternationalbv/hands-on-with-quantum-ledger-database-qldb-9223de64ac22
https://github.com/salmandabbakuti/qldb-essentials

amazon-qldb amazon-web-services aws blockchain-technology database ledger nodejs qldb qldb-example rest-api

Last synced: 11 days ago
JSON representation

Kickstarter Development Essentials for Amazon's QLDB. Article here: https://medium.com/devopsinternationalbv/hands-on-with-quantum-ledger-database-qldb-9223de64ac22

Awesome Lists containing this project

README

        

### QLDB-Essentials

#### QLDB'S PartiQL Interface:
>Basic SQL Like Queries are included in ```resources/syntax.md``` file

#### Setup
>update ```.env``` file according to your QLDB Configuration
##### REST Server Setup
```
npm i
npm run start-rest
```
###### CURL Sample Commands:
>Sample CURL Commands for CRUD are included in ```resources/rest-queries.md``` file

##### GraphQL Server Setup
```
npm i
npm run start-graphql
```
###### Queries and Mutation Commands(Experimentation Only):
>Sample queries and mutations are included in ```resources/graphql-queries.md``` file

###### Special Thanks to :wave: [Lepozepo](https://github.com/Lepozepo) for making simple QLDB module used in this project