Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 543 Bytes

File metadata and controls

14 lines (8 loc) · 543 Bytes

PostgreSQL's JSONB and SQLAlchemy

This repo contains sample Jupyter notebook with a bunch of SQLAlchemy queries against PostgreSQL table with JSONB field.

It serves as an experimental playground to see how capable combination of SQLAlchemy and JSONB is.

Running the notebook

Use provided docker and docker-compose configurations.

docker compose up

Should start PostgreSQL database and a Jupyter notebook with all the necessary dependencies installed. Just open the notebook by following the link in container start up logs.