Customer insights dashboard

Copied link
A dashboard that displays product, customer, and order data. Individual customers can be selected to show more specific information.
Components
ChartSelectStackHeading
template preview

View

Customer insights

Task

Get customers per week
Get orders per week
Get products per week
List customers
List top products

Pairs well with

README.md
Copied
1
# Template: Customer insights dashboard
2
3
## Next steps
4
5
- Navigate to the customer_insights_dashboard directory: `cd customer_insights_dashboard`
6
- If you plan on using this on a different database resource than the demo database, change the `demo_db` resource in `list_top_products.task.yaml`, `list_customers_customer_insights.task.yaml`, `get_orders_per_week.task.yaml`, `get_products_per_week.task.yaml`, and `get_customers_per_week.task.yaml` to your own database resource
7
- Develop your template locally: `airplane dev`
8
- Deploy your tasks and view: `airplane deploy --yes`
9
- Visit the docs to learn more about how to build views: https://docs.airplane.dev/views/getting-started
Have a template suggestion? Let us know!