Quick Start
Quick Start
This guide assumes Rokks is already running. See Installation if you haven’t deployed it yet.
1. Upload a data file
- Open the Data Fabric section in the left sidebar (Layers icon).
- Create a File Area: click the
+button in the File Areas panel and give it a name (e.g.,Sales Data). - Upload a CSV file: drag and drop it onto the file area, or click Upload File.
- Rokks will parse the file, generate a transform plan, and load the data into a physical table.
When the status badge shows SYNCED, the data is ready to query.
2. Create a dashboard
- Switch to Dashboards in the left sidebar (Layout icon).
- Click the
+button to create a new dashboard. Give it a name. - The empty dashboard canvas opens.
3. Add a widget
- Click Add Widget in the dashboard toolbar.
- In the Widget Builder:
- Data Source: select the File Area you created in step 1.
- Chart Type: choose
LINEorBAR. - Metric: pick a numeric column (e.g.,
revenue). - Dimension / X-axis: pick a date column or a categorical column.
- Click Save. The widget appears on the canvas.
4. Ask Sidekick
- Click the Sidekick button in the top-right header.
- Type:
Add a table showing the top 10 rows sorted by revenue descending. - Sidekick creates the widget, explains the SQL it wrote, and places it on the canvas.
You can undo any Sidekick action with the ↩ Undo button that appears after each action.
Next steps
- Dashboards guide — filters, cross-filtering, blueprints
- Data Fabric guide — file areas, ETL transforms, web API streams
- Sidekick guide — advanced agent capabilities, index suggestions