{"id":20491644,"url":"https://github.com/dalibo/explain.dalibo.com","last_synced_at":"2026-02-23T12:48:58.538Z","repository":{"id":40486190,"uuid":"392667841","full_name":"dalibo/explain.dalibo.com","owner":"dalibo","description":"PEV2 Flask service. Visualizing and understanding PostgreSQL EXPLAIN plans made easy.","archived":false,"fork":false,"pushed_at":"2025-02-26T14:57:44.000Z","size":12690,"stargazers_count":52,"open_issues_count":10,"forks_count":20,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-02-26T15:41:25.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"postgresql","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dalibo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-04T11:46:20.000Z","updated_at":"2025-02-26T14:57:48.000Z","dependencies_parsed_at":"2024-02-13T14:44:00.081Z","dependency_job_id":"40693e12-b811-4d55-a3ff-064f1aa2fb45","html_url":"https://github.com/dalibo/explain.dalibo.com","commit_stats":null,"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalibo%2Fexplain.dalibo.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalibo%2Fexplain.dalibo.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalibo%2Fexplain.dalibo.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalibo%2Fexplain.dalibo.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalibo","download_url":"https://codeload.github.com/dalibo/explain.dalibo.com/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242070116,"owners_count":20067224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T17:25:18.340Z","updated_at":"2026-02-23T12:48:58.474Z","avatar_url":"https://github.com/dalibo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# explain.dalibo.com\n\nPEV2 Flask application\n\n# Installation\n\n```shell\npip install -r requirements.txt\n```\n\nCreate a config file.\n\n```shell\ncp config.py instance\n```\n\nModify the `config.py` file in the `instance` directory if needed.\n\nRun a Postgres instance in a docker container:\n\n```shell\ndocker run -p 5432:5432 --rm --name explain -e POSTGRES_PASSWORD=postgres -d postgres\n```\n\nCreate the DB:\n\n```\nFLASK_APP=app flask db upgrade\n```\n\n## Run\n\n```shell\nFLASK_APP=app python -m flask run\n```\n\n# Run App Using Docker\n\n```shell\ndocker compose up -d\ndocker compose run web flask db upgrade\n```\n\nOpen [http://0.0.0.0:5000/](http://0.0.0.0:5000/) in your browser.\n\n# Build assets\n\nRequires Node \u003e 16\n\n```shell\nnpm install\nnpm run build\n```\n\nYou can also run the app in DEBUG mode. In this case, run the following\ncommands in two consoles.\n\n```shell\nnpm run dev\n```\n\n```shell\nFLASK_DEBUG=1 FLASK_APP=app python -m flask run\n```\n\n# Releasing\n\n```shell\ngit tag -a vx.x.x -m \"x.x.x\"\ngit push --tags\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalibo%2Fexplain.dalibo.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalibo%2Fexplain.dalibo.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalibo%2Fexplain.dalibo.com/lists"}