Demo
- Multiple Data Sources - Connect to multiple data sources and query them at one place.
- Complex Queries - Write complex queries get the results in a tabular format.
- Visualize Data - Visualize your data in the form of charts.
- Dashboards - Create dashboards to automate tracking of important metrics.
- Dashboard Filters: Add filters to dashboards to make them more dynamic.
- More Connectors: Add support for more data sources. (CSV, Postgres)
- More Charts: Add support for more chart types. (Donut, Scatter, Line with Bars & more)
- SQL Editor: Add support for writing SQL queries.
- Automatic Alerts: Add support for automatic alerts based on the data.
- Join Queries: Add support for joining multiple data sources.
- Chart Customization: Add support for customizing charts.
- Keyboard Shortcuts: Add support for keyboard shortcuts.
- Contextual Command Palette: Add support for a contextual command palette.
To setup the repository locally follow the steps mentioned below:
- Install bench and setup a
frappe-bench
directory by following the Installation Steps - Start the server by running
bench start
- In a separate terminal window, create a new site by running
bench new-site insights.test
- Map your site to localhost with the command
bench --site insights.test add-to-hosts
- Get the Insights app. Run
bench get-app https://github.com/frappe/insights
- Run
bench --site insights.test install-app insights
. - Now open the URL
http://insights.test:8000/insights
in your browser, you should see the app running
There are many ways you can contribute even if you don't code:
- You can start by giving a star to this repository!
- If you find any issues, even if it is a typo, you can raise an issue to inform us.
- You can join our telegram group and share your thoughts.