LOAD DASHBOARD
Kinetica provides a SQL interface for loading Reveal dashboards from a variety of sources:- KiFS path
- Cloud provider via data source
- Public URL (GitHub, etc.)
LOAD DASHBOARD Syntax
Parameters
<dashboard name>
<dashboard name>
Name of the dashboard.
This name must match the name of the dashboard in the file.
<file path>
<file path>
Dashboard source file path.If a data source is specified, the path must resolve to an accessible file at that location.If no data source is specified, the file path can refer to one of two locations:
- Public URL
- KiFS path
| File Path | Outcome |
|---|---|
kifs://reveal/db/nyctaxi.db | File nyctaxi.db, under the KiFS virtual directory reveal/db |
<data source name>
<data source name>
Name of data source through which the dashboard will be loaded.
Examples
To load a dashboard namednyctaxi.db into Reveal: