Code Monkey home page Code Monkey logo

frappe-plotly-dash's Introduction

Plotly Dash is great dashboard tools which allow programmer to easily create interactive dashboard with endless possibilities but it lack of general functionality such as web-authentication and user permission.

Frappe web framework is also a great web framework with come with alot of functionality.

Integrate Plotly Dash with Frappe web framework will result in great dashboard tools with web-authentication, user permission, ability to easily performs CRUD operation and also the most important thing ERPNext.

Feature

  • Access Frappe data from dash environment.

  • Dashboard template using CoreUI admin template. Templating

  • Authentication from Frappe web framework. Authentication

  • Dashboard permission using user roles from Frappe. User Permission

Description

How it works

It works by passing request from Frappe application to Dash application only if request url path start with /dash.

Then we embedded Dash page with CoreUI template into Frappe page using iFrame.

How to use

Dash Integration app is design to use along with Dash Dashboard app.

Installation

bench get-app dash_integration https://github.com/pipech/frappe-plotly-dash.git
bench get-app dash_dashboard https://github.com/pipech/frappe-plotly-dash-dashboard.git

Adding dashboard

  1. Adding dashboard layout to dash_dashboard/dash_dashboard folder
  2. Set route in dash_dashboard/router.py file by adding route into dashboard_route.route_wrapper function
  3. Set callback in dash_dashboard/router.py file by adding callback into dashboard_callback.callback_wrapper function
  4. In Frappe web ui search for Dash Dashboard DocType, then add a new doc with matching name to dashboard_route

Setup

For production setup

Change supervisor config

From

command=/home/frappe/bench/env/bin/gunicorn -b 0.0.0.0:8000 -w 4 -t 120 frappe.app:application --preload

To

command=/home/frappe/bench/env/bin/gunicorn -b 0.0.0.0:8000 -w 4 -t 120 dash_integration.app:application --preload

For development setup

bench execute dash_integration.app.serve

Limitation

  • We use ResizeObserver for iFrame resizing, it compatible for most of the browser but not all. Check compatibility at CanIUse.

Attribution

License

This repository has been released under the MIT License.

frappe-plotly-dash's People

Contributors

pipech avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.