Skip to content

Explore scalable Plotly Dashboards with dynamic capabilities. Organized structure for multiple dashboards, each with Plotly graphs and algorithms. Share common components and utilities for efficient development.

Notifications You must be signed in to change notification settings

mominalix/Scalable-Dashboards-using-Dash-and-Plotly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Dashboards with Plotly Dash

This repository provides a structured approach for building scalable Plotly Dashboards using Dash. It includes multiple dashboards with Plotly graphs and a structured way of adding algorithms.

Overview

  • Each dashboard is implemented in a modular way for easy management and scalability.
  • Common components and utilities are shared across multiple dashboards for efficient development.

Setup

Prerequisites

  • Python 3.7 or higher installed on your system.

Installation

  1. Clone the repository:

    git clone https://github.com/mominalix/Scalable-Dashboards-using-Dash-and-Plotly.git
  2. Navigate to the project directory:

    cd Scalable-Dashboards-using-Dash-and-Plotly
  3. Create and activate a virtual environment (optional but recommended):

    python3 -m venv venv
    source venv/bin/activate
  4. Install the required dependencies:

    pip install -r requirements.txt

Running the Program

  1. Make sure you're in the project directory and your virtual environment is activated (if you created one).

  2. Run the main application file:

    python app.py
  3. Open your web browser and navigate to http://localhost:8050 to view the Dashboards.

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

About

Explore scalable Plotly Dashboards with dynamic capabilities. Organized structure for multiple dashboards, each with Plotly graphs and algorithms. Share common components and utilities for efficient development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages