Skip to content

Streamlit dashboard for visualizing Research Collection download and view statistics

Notifications You must be signed in to change notification settings

Global-Health-Engineering/rc-metadata-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research Collection Metadata Dashboard

A Streamlit dashboard for visualizing download and view statistics from research collection metadata.

Setup

  1. Create a virtual environment:
python3 -m venv venv
source venv/bin/activate  # On macOS/Linux
  1. Install dependencies:
pip install -r requirements.txt

Running the App

streamlit run app.py

The app will open in your browser at http://localhost:8501

Features

  • Overview: View total downloads/views and trends over time
  • Individual Item Analysis: Analyze specific items in detail
  • Time Series Comparison: Compare multiple items side by side
  • Top Performers: See the most downloaded and viewed items

Data

The app expects CSV files in the data/ directory:

  • downloads.csv: Monthly download statistics
  • views.csv: Monthly view statistics

About

Streamlit dashboard for visualizing Research Collection download and view statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages