The Warp 10 ecosystem is enriched. Discovery now supports WebSockets, and learn how to generate documentation for your macros on WarpFleet.

The Warp 10 platform has evolved recently with the release of version 2.9.0. And aside from that, some tools in the Warp 10 ecosystem have seen improvements as well.
Discovery
Discovery is a dashboard as code tool. It includes dashboards generation (either through WarpScript or in an HTML page), single chart tiles, and inputs as web components.
The global idea is to generate a structure which defines a dashboard and its tiles.
Tiles could depend on an execution result, so, your dashboard can change according to an alert for example.
A tile is an atomic dataviz component representing a line chart, a pie, a value, and so on. You can also define special tiles acting as inputs (ie: autocomplete, date-range, buttons, …).
Discovery widgets and dashboard now supports WebSockets:
It supports also zoom sync and full ISO date display:
The full documentation of Discovery is available
WarpFleet-cli
WarpFleet aims to facilitate Warp 10's add-on development and sharing.
Now you can generate documentation for your macros.
Within WarpStudio, or VSCode, you can use snippets (macro
) to generate a macro skeleton, including documentation.
Here is a sample:
In order to generate your documentation, there are some prerequisites:
- Respect the documentation pattern as described previously
- Have NodeJS installed
- Have WarpFleet-cli installed
Install WarpFleet-cli:
And now, generate your documentation:
Read on and learn about new features, improvements, and bug fixes in the last release of Warp 10. |
Here is a sample of HTML and Markdown exports.
Read more
Discovery Tips&Tricks #1 - Synchronization of zoom and focus between charts
Automatic Time Series archiving
All you need to know about interactions between Warp 10 and Python

Senior Software Engineer