postgresai/joe

By postgresai

Updated 5 months ago

Postgres Query Optimization

Image
2

1.5K

Tags

  • 0.7.0, latest
  • 0.6.2
  • 0.5.1
  • 0.4.0

What is Joe?

Joe is a Postgres Query Optimization.

Joe allows boosting the back-end development process by:

  • providing developers with access to experiments with an automatically provided replica for testing a production-size database.
  • providing recommendations to optimize queries and rollback capabilities.

How To use

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

Demo

Joe Demo

Development

See our GitLab Container Registry for develop builds.

Community

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 Command

docker pull postgresai/joe