lewhwa / insights

Free and Open Source Data Analytics Tool for your Frappe Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frappe Insights logo

Free and Open Source Data Analytics Tool for your Frappe Apps

Hero Image
Demo
Frappe Insights Preview

Features

  • 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.

Planned Features

  • 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.

Installation

Local

To setup the repository locally follow the steps mentioned below:

  1. Install bench and setup a frappe-bench directory by following the Installation Steps
  2. Start the server by running bench start
  3. In a separate terminal window, create a new site by running bench new-site insights.test
  4. Map your site to localhost with the command bench --site insights.test add-to-hosts
  5. Get the Insights app. Run bench get-app https://github.com/frappe/insights
  6. Run bench --site insights.test install-app insights.
  7. Now open the URL http://insights.test:8000/insights in your browser, you should see the app running

Contributions and Community

There are many ways you can contribute even if you don't code:

  1. You can start by giving a star to this repository!
  2. If you find any issues, even if it is a typo, you can raise an issue to inform us.
  3. You can join our telegram group and share your thoughts.

License

GNU Affero General Public License v3.0

About

Free and Open Source Data Analytics Tool for your Frappe Apps

License:GNU Affero General Public License v3.0


Languages

Language:Vue 49.6%Language:Python 26.4%Language:JavaScript 21.9%Language:CSS 1.9%Language:HTML 0.2%