Skip to main content

Reference Documentation

The Reference section of the documentation provides an overview of the fundamental building blocks of Kelp, including connectors, components, widgets, and the KelpQL query language.

Components are the fundamental building blocks of Kelp. They enable you to retrieve and process data, add interactions, and create visualizations. Connectors are components that provide connectivity to data sources, while widgets are components that can render UI elements and various visualizations on the screen. To enable different components to communicate with each other, you can apply transformations to data events passing between them. KelpQL is a JSON query language used to define these transformations.