https://github.com/uts-cic/lrs-mongo
LA-API: Move xAPI statements from LRS to mongoDB
https://github.com/uts-cic/lrs-mongo
Last synced: over 1 year ago
JSON representation
LA-API: Move xAPI statements from LRS to mongoDB
- Host: GitHub
- URL: https://github.com/uts-cic/lrs-mongo
- Owner: uts-cic
- License: apache-2.0
- Created: 2019-02-20T01:25:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:38:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T08:12:36.496Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```