Sign inSign up

salvadormartinezsm/postgres-sql-project

By salvadormartinezsm

Updated 9 months ago

PostgreSQL project analyzing data analyst jobs, salaries, skill demand, and market trends.

Image
Databases & storage
0

335

salvadormartinezsm/postgres-sql-project repository overview

Repository Overview

This repository contains a PostgreSQL database preloaded with real-world job market data focused on data analyst roles.

The database includes information about:

  • Job postings and salaries

  • Companies and locations

  • Required and in-demand skills

Purpose

This image is designed for learning, practicing, and analyzing SQL queries related to the data analytics job market.

How to run
docker pull salvadormartinezsm/postgres-sql-project:latest
docker run -d \
  --name sql_data_analysis \
  -p 5432:5432 \
  salvadormartinezsm/postgres-sql-project:latest

Connect to the database

psql -h localhost -p 5432 -U postgres -d sql_course

The database is automatically initialized with tables and data on first run.

Tag summary

Content type

Image

Digest

sha256:f321a6ff8

Size

202.3 MB

Last updated

9 months ago

docker pull salvadormartinezsm/postgres-sql-project