website performance dashboard on google search console data
- Rich Dashboard with multiple charts to visualize the website performance data, Google search console data is used to create the dashboard.
- Upload the data directly to the app and see the dashboard.
- The app is built using Plotly and Dash, which makes it interactive and responsive.
- The app is built using Flask, which makes it easy to deploy and scale.
- Create a new environment from the
environment.yml
file.
conda env create -f environment.yml
- Activate the environment.
conda activate website-dashboard
- Run the App.
python app.py
- Open the browser and go to
http://localhost:8080/
to see the app.
- Install the required packages.
pip install -r requirements.txt
- Run the App.
python app.py
- Open the browser and go to
http://localhost:8080/
to see the app.
---pending---
- Download the data from Google Search Console in the
csv
orzip
format. - Upload the data the data directly to the app.
- The app will process the data and show the dashboard.
- You can reupload the data to see the updated dashboard.
- Fork the repository.
- Clone the repository to your local machine.
- Create a new meaningful branch.
- Make your changes and commit them.
- Push the changes to your fork.
- Create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Deepak Raj