<- Back to Index

SQL LRS Overview

SQL LRS is a Learning Record Store (LRS) application, which is a persistent store for xAPI statements and associated attachments and documents. The full LRS specification can be found in Part 3 of the xAPI specification. SQL LRS is distinct from other LRSs developed at Yet Analytics for being SQL-based and supporting multiple SQL database management systems (DBMSs) like SQLite, and Postgres.

Features include:

How to use SQL LRS?

SQL LRS admin accounts can be created using the user interface (see Getting Started) or API calls (see Endpoints). Accounts can be used to create or access SQL LRS credentials. These credentials, which consist of an API key, a secret API key, and their scopes (described in the xAPI spec), are then used as headers for LRS-specific methods to authenticate and authorize the request sender.

<- Back to Index