Datasources
A datasource is a direct connection to a SQL database or data warehouse. Mora supports seven database types:- PostgreSQL
- MySQL
- Amazon Redshift
- Google BigQuery
- ClickHouse
- Snowflake
- Databricks
Datasource setup guides
Connections
A connection syncs data from a third-party application into your warehouse datasource. Mora supports connections to:- PostHog, Stripe, Salesforce, HubSpot, Attio, Google Sheets, and Facebook Ads (with setup guides in this documentation).
- Hundreds of other apps via mora.com/integrations.
Connection setup guides
Datasets
A dataset is a saved SQL query tied to a specific datasource. Datasets have a lifecycle:- Draft: the query you are editing in the SQL editor, edited by you or the AI. Unsaved changes show as a diff against the published query.
- Published: the saved query that powers your charts. Publishing runs the query and materializes the results.
Working with datasets
Transformations
Transformations are a no-code layer that sits on top of your published dataset results. Instead of rewriting SQL, you can point and click to:- Group rows by one or more columns.
- Aggregate with operations like sum, average, count, median, min, max, and more.
- Filter with conditions like equals, contains, greater than, between, relative dates, and boolean checks.
- Sort by any column in ascending or descending order.
- Hide columns you don’t need in the visualization.
Transformations
Charts (blocks)
A chart (internally called a “block”) is a single visualization that lives on a dashboard. Each chart is linked to a dataset and has one of three display types:| Display | Use case |
|---|---|
| Table | Browse rows, search, and explore raw data. |
| Graph | Visualize trends and comparisons, line, area, bar, scatter, or pie. |
| Statistics | Show single-value KPIs with optional period-over-period deltas. |
Chart types
Dashboards
A dashboard is a canvas where you arrange charts on a grid. Dashboards support:- Drag-and-drop layout on a 12-column grid.
- Dashboard-level filters that apply across all charts, linking columns from different datasets.
- Sharing: dashboards can be favorited, made public within your org, or shared via a copied link.
Building dashboards
AI chat
The AI chat panel is available throughout Mora. It can:- Write and debug SQL in the context of your schema.
- Create datasets, charts, and dashboards.
- Apply transformations and dashboard filters.
- Search your catalog to find the right tables and columns.
