All Projects → aws-samples → amazon-qldb-dmv-sample-nodejs

aws-samples / amazon-qldb-dmv-sample-nodejs

Licence: other
A DMV based example application which demonstrates how to use QLDB with the QLDB Driver for Node.js

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to amazon-qldb-dmv-sample-nodejs

amazon-qldb-dmv-sample-python
A DMV based example application which demonstrates how to use QLDB with the QLDB Driver for Python.
Stars: ✭ 23 (-39.47%)
Mutual labels:  sample, amazon-qldb
amazon-qldb-dmv-sample-java
A DMV based example application which demonstrates best-practices for using QLDB & the QLDB Driver for Java.
Stars: ✭ 26 (-31.58%)
Mutual labels:  sample, amazon-qldb
ui5-webcomponents-sample-react
UI5 Web Components Sample TODO application built with React.
Stars: ✭ 47 (+23.68%)
Mutual labels:  sample
pg sampletolog
Postgres extension to sample statements or transactions to logs
Stars: ✭ 17 (-55.26%)
Mutual labels:  sample
vertx-kotlin-example
Vert.x + Kotlin example
Stars: ✭ 12 (-68.42%)
Mutual labels:  sample
cloud-hana-helloworld
This project provides the full source code for the "Hello World" tutorials on https://hcp.sap.com. In this tutorials you can learn how to make your very first steps on SAP HANA by developing a very simple "Hello World" application using the SAP HANA web-based Development Workbench on the SAP HANA Cloud Platform.
Stars: ✭ 26 (-31.58%)
Mutual labels:  sample
play-java-seed.g8
Play Java Seed template: use "sbt new playframework/play-java-seed.g8"
Stars: ✭ 20 (-47.37%)
Mutual labels:  sample
cloud-platform-workflow-virtual-event
Material for the virtual event on SAP Cloud Platform Workflow.
Stars: ✭ 25 (-34.21%)
Mutual labels:  sample
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (-63.16%)
Mutual labels:  sample
cloud-jenkins
The Cloud Jenkins sample project builds a web archive for running Jenkins in a developer account of the SAP HANA Cloud Platform. #cloud
Stars: ✭ 14 (-63.16%)
Mutual labels:  sample
spring-kotlin-angular4
Another abadoned Spring Boot application with Angular and Kotlinabandoned
Stars: ✭ 22 (-42.11%)
Mutual labels:  sample
samplescope
Desktop app with the main goal to simplify audio samples search over the internet sources.
Stars: ✭ 23 (-39.47%)
Mutual labels:  sample
avantindietro
Sample Swift iOS ARKit project which shows how to implement an Undo feature for ARKit/SceneKit apps.
Stars: ✭ 16 (-57.89%)
Mutual labels:  sample
MetalPlayer
A video player using Metal.
Stars: ✭ 68 (+78.95%)
Mutual labels:  sample
sample-spring-boot-api-service
Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Stars: ✭ 26 (-31.58%)
Mutual labels:  sample
hana-ml-samples
This project provides code examples for SAP HANA Predictive and Machine Learning scenarios and is educational content. It covers simple Predictive Analysis Library SQL examples as well as complete SAP HANA design-time “ML scenario”-application content or HANA-ML Python Notebook examples.
Stars: ✭ 67 (+76.32%)
Mutual labels:  sample
play-java-fileupload-example
An example Play application showing custom multiform fileupload in Java
Stars: ✭ 13 (-65.79%)
Mutual labels:  sample
cloud-cap-multitenancy
SAP Cloud Application Programming Model (CAP) sample code project with multitenancy using service manager-created SAP HANA containers for tenant data isolation.
Stars: ✭ 33 (-13.16%)
Mutual labels:  sample
Gestures-Samples
Project Prague Code Samples
Stars: ✭ 98 (+157.89%)
Mutual labels:  sample
modplayer-js
JavaScript player for SoundTracker mod files using AudioWorklet API
Stars: ✭ 30 (-21.05%)
Mutual labels:  sample

Amazon QLDB Node.js DMV Sample App

license AWS Provider

The samples in this project demonstrate several uses of Amazon Quantum Ledger Database (QLDB).

For our tutorial, see Node.js and Amazon QLDB.

Requirements

Basic Configuration

See Accessing Amazon QLDB for information on connecting to AWS.

See Setting Region page for more information on using the AWS SDK for JavaScript. You will need to set a region before running the sample code.

TypeScript 3.5.x

The sample code is written in, and requires, TypeScript 3.5.x. It will be automatically installed as a dependency. Please see the link below for more detail on TypeScript 3.5.x:

Installing the Dependencies

Install Node.js QLDB driver, and other dependencies using the npm utility:

npm install

Running the Sample Code

Since the sample code is written in TypeScript, it must first be transpiled in order to be run:

npm run build

The transpiled JavaScript files can be now found in the ./dist directory.

The sample code creates a ledger with tables and indexes, and inserts some documents into those tables, among other things. Each of the examples in this project can be run in the following way:

node dist/CreateLedger.js

The above example will create a ledger named: vehicle-registration. You may run other examples after creating a ledger.

See Getting Started to learn more about the sample app.

Documentation

TypeDoc is used for documentation. You can generate HTML locally with the following:

npm run doc

Release Notes

Release 1.0.0

  • Modify the sample app to use Qldb Node.js Driver v1.0.0

Release 1.0.0-rc.2

  • Modify the sample app to use Qldb Node.js Driver v1.0.0-rc.2

Release 1.0.0-rc.1

  • Modify the sample app to use Qldb Node.js Driver v1.0.0-rc.1

Release 0.1.0-preview

  • Initial preview release of the QLDB Node.js Sample Application.

License

This library is licensed under the MIT-0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].