Skip to content

uts-cic/lrs-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lrs-mongo

STEP II - Move Data from Remote LRS to Mongo DB

Node8.10/Serverless

Code fetches all the statements from the remote LRS and populates MongoDB.

This uses serverless to deploy lambda function to AWS and has all the environment variables set via serverless.yml. If you prefer this method create a new file serverless.yml alternavtively this can be set via the .env file

Following evn variables need to be set via .env or via serverless.yml

MONGO_URL: 
MONGO_DB_USER: 
MONGO_DB_PASSWORD: 
MONGO_DB: 
LRS_HOST: 
LRS_AUTH: 

About

LA-API: Move xAPI statements from LRS to mongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published