Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/salmandabbakuti/qldb-essentials
- Owner: Salmandabbakuti
- License: apache-2.0
- Created: 2020-04-28T16:35:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T16:02:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T04:13:08.807Z (over 1 year ago)
- Topics: amazon-qldb, amazon-web-services, aws, blockchain-technology, database, ledger, nodejs, qldb, qldb-example, rest-api
- Language: JavaScript
- Homepage:
- Size: 12.6 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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