postgresai/joe
0.7.0
, latest
0.6.2
0.5.1
0.4.0
Joe is a Postgres Query Optimization.
Joe allows boosting the back-end development process by:
Create the configuration file ~/.dblab/configs/joe_config.yml
as described in the docs
Run the docker image to connect with the Database Lab server
docker run \
--name joe_bot \
--publish 2400:2400 \
--restart=on-failure \
--volume ~/.dblab/configs/joe_config.yml:/home/config/config.yml \
--detach \
postgresai/joe:latest
See our GitLab Container Registry for develop builds.
Bug reports, ideas, and merge requests are welcome: https://gitlab.com/postgres-ai/joe
To discuss Joe, join our Slack: https://database-lab-team-slack-invite.herokuapp.com/
docker pull postgresai/joe