Boost your backend development process
Joe gives developers a safe way to experiment on an automatically provisioned, production-size database testing replica. It provides recommendations for query optimization and the ability to roll back changes.
The project is in an early stage. However, some teams already use it extensively in their daily work. Because production is not involved, it is easy to try and start using it.
Please support the project giving a GitLab star (it's on the main page, at the upper right corner):
Follow the tutorial to install Joe Bot and start using it for Postgres query optimization.
See our GitLab Container Registry for develop builds.
cmd/explainrender— convertsEXPLAIN (FORMAT JSON)into PostgreSQL's standard text plan viapkg/pgexplain(the JSON→text translation Joe uses because psql can't convert a JSON plan back to text). Handy for debugging that translation and diffing it against PostgreSQL's own textEXPLAINacross versions.
Bug reports, ideas, and merge requests are welcome: https://gitlab.com/postgres-ai/joe
To discuss Joe, join our community Slack

