Skip to content

An alternative version to perform covid-19 vaccine distribution using Amazon QLDB.

Notifications You must be signed in to change notification settings

anadi2311/MCG_QLDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MCG_QLDB_Q1

Link to schemas that the ledger will follow can be found here

For this use case we follow the following process flow:

Process Flow

step 1

Create an Free tier Amazon Web Service account

step 2

To Set up environment we will use docker container.

step 3

Open terminal and cd into the MCG_QLDB folder

step 4

Input the environment variables into the terminal
They should be in this format:


export AWS_ACCESS_KEY_ID="asdasdadasdasdaad"
export AWS_SECRET_ACCESS_KEY="asdasdadasdadsadads"
export AWS_SESSION_TOKEN = "lkhasldkhlkhlkahsdlkahsldkahsldkhalsdhalkdhalkshdlkhhhhhhkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk"


step 5

In the terminal build the image using

docker build -t mcg-qldb-image .

and then run the image

docker run --env AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_KEY --env AWS_SESSION_TOKEN  mcg-qldb-image

About

An alternative version to perform covid-19 vaccine distribution using Amazon QLDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages