This repository contains a couple of scripts to demonstrate how to use pgmq with Python.
Start a pgmq docker container:
docker run -d --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 quay.io/tembo/pgmq-pg:latestInstall the pgmq library with pip:
pip install tembo-pgmq-pythonRun the scripts:
sh ./run_test.sh