Open Insights is a framework for constructing browser-based RUM clients.
It allows a site owner to construct their own client using one or more "providers". The client is then self-hosted and deployed alongside the rest of their JavaScript resources.
This repository contains the framework "core" component. This component is meant to be added to the site ownder's project along with one or more providers. The providers are then imported by the site owner's code, and everything is compiled to produce a client JavaScript file deployable to production.
See Open Insights CBSi Demo for a demonstration of how to compile a client.
- Open Insights represents a collaboration by industry members to measure, and ultimately improve, the internet as a whole.
- Open Insights is designed to work with multiple vendors.
- Open Insights is meant to be self-hosted, unlike many vendor-centric, browser-based RUM clients.
- Open Insights gives the site owner control over code compilation and included functionality.
In most cases, developers will reference the core module as a dependency, using it to compile a customized client for use on their sites. These instructions are for working on the core module itself.
Within the project root directory:
npm install
npm run lint
npm run test
npm run build:doc