This is a demonstration of using the Extract-Transform-Load process to send events from one source to an LRS.
- Install Git.
- Install Node.
- Clone this repository
git clone git@github.com:LearningLocker/xapi-demos.git xapi-demos. - Enter the directory
cd xapi-demos. - Install the dependencies
npm install. - Change the
xapiEndpointandxapiAuthdetails in the loadStatements.js file. - Run the ETL process
node etl-demo/etl.js.