Skip to content

data-engineering-community/data-engineering-salaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Engineering Salaries

Each quarter we run a salary survey in our community to help increase transparency around salary and compensation for Data Engineering. This application is for exploring and analyzing the salary data.

Notes:

  • This is a community project and it's early in development - contributions are welcome!
  • Data from historical surveys is not yet available but we do plan to backfill it.
  • Streamlit Docs
  • Raw data

Requirements

  • Docker

Setup

  • Download or clone the repository.
  • Rename the example.secrets.toml (inside .streamlit folder) file to secrets.toml
  • Open the Raw Data sheet, copy the full URL and paste it to the secrets.toml public_gsheets_url variable.

Build

docker compose build

Run

Run the streamlit container in detached mode

docker compose up -d

Start/Stop docker container

docker compose start
docker compose stop

In your browser, Go to localhost:8501