Skip to content

Jupyter notebook and PostgreSQL playground to experiment with JSONB fields and SQLAlchemy

Notifications You must be signed in to change notification settings

begray/sqlalchemy-postgresql-jsonb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Jupyter notebook and PostgreSQL playground to experiment with JSONB fields and SQLAlchemy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published