Skip to content

robervx/plv_cme_streamlit-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CME-PLV (Streamlit) – Starter Project

This is a starter project for the Cuadro de Mando Estratégico PLV with 4 tabs:

  • Analítica (mensual) – evolution & trends
  • Operativa (tiempo real) – live status (placeholder, ready to connect)
  • Organizativa – HR, training, innovation (placeholders + CSV/SQL hooks)
  • Estratégica – balanced scorecard style KPIs & goals

Quick start (local file demo)

  1. Create a virtual env and install requirements:
    pip install -r requirements.txt
  2. Run:
    streamlit run app.py

If you place monthly CSV/Excel files in data/, the app will use them. If a .env file exists with SQL credentials, the app will connect to SQL Server via SQLAlchemy.

SQL setup

See sql_examples.sql for sample queries/views you can adapt.

Env file

Copy .env.example to .env and fill in your SQL Server credentials to enable live queries.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages