Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

ETL Demo

This is a demonstration of using the Extract-Transform-Load process to send events from one source to an LRS.

Users

  1. Install Git.
  2. Install Node.
  3. Clone this repository git clone git@github.com:LearningLocker/xapi-demos.git xapi-demos.
  4. Enter the directory cd xapi-demos.
  5. Install the dependencies npm install.
  6. Change the xapiEndpoint and xapiAuth details in the loadStatements.js file.
  7. Run the ETL process node etl-demo/etl.js.

Real World Examples