{"id":14969000,"url":"https://github.com/mariadb/feedback-plugin-backend","last_synced_at":"2025-10-19T09:32:34.652Z","repository":{"id":38040185,"uuid":"491424501","full_name":"MariaDB/feedback-plugin-backend","owner":"MariaDB","description":"Back End for the MariaDB Server Feedback Plugin","archived":false,"fork":false,"pushed_at":"2023-12-28T07:11:12.000Z","size":34509,"stargazers_count":3,"open_issues_count":8,"forks_count":6,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-07T10:07:30.371Z","etag":null,"topics":["feedback-plugin","mariadb"],"latest_commit_sha":null,"homepage":"https://mariadb.org/feedback_plugin","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MariaDB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-05-12T08:19:12.000Z","updated_at":"2024-08-02T02:23:26.000Z","dependencies_parsed_at":"2023-12-27T09:36:04.738Z","dependency_job_id":null,"html_url":"https://github.com/MariaDB/feedback-plugin-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariaDB%2Ffeedback-plugin-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariaDB%2Ffeedback-plugin-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariaDB%2Ffeedback-plugin-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariaDB%2Ffeedback-plugin-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MariaDB","download_url":"https://codeload.github.com/MariaDB/feedback-plugin-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869246,"owners_count":16555572,"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":["feedback-plugin","mariadb"],"created_at":"2024-09-24T13:40:55.793Z","updated_at":"2025-10-19T09:32:29.585Z","avatar_url":"https://github.com/MariaDB.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feedback Plugin for MariaDB Server Backend\n\nThis project is the back-end used to collect and show data from MariaDB Server's\n[feedback plugin](https://mariadb.com/kb/en/feedback-plugin/).\n\nThe software is licensed under GPLv2.\n\n# Running the project\nThe backend is written in Django. The recommended way to deploy the project\nis by using docker-compose.\n\n## Dependencies\nThe host machine only needs `docker` and `docker-compose` installed. Follow your\ndistribution's instructions for [docker](https://docs.docker.com/desktop/linux/install/)\nand for [docker-compose](https://docs.docker.com/compose/install/) to install them.\n\n# Initial start-up\n```\n$ cd docker/\n$ mkdir -p mariadb/confdir \u0026\u0026 mkdir -p mariadb/datadir \u0026\u0026 mkdir -p mariadb/tmpdir\n$ sudo chown 999:999 mariadb/datadir mariadb/tmpdir\n$ docker-compose up --build\n```\n\nThe following set of commands will prepare the project for an optimal\ndevelopment workflow.\n\n# Running tests\nFirst make sure the container stack is functional, by running `docker ps`. You\nshould see the following entries:\n\n```\n84c2814a6500   docker-nginx   \"nginx -g 'daemon of…\"   26 hours ago   Up 26 hours   0.0.0.0:8000-\u003e80/tcp, :::8000-\u003e80/tcp   feedback-nginx\nc2d0bce78133   docker-web     \"/app/entrypoint.sh …\"   26 hours ago   Up 26 hours                                           feedback-app\n09e10ff5387a   docker-db      \"docker-entrypoint.s…\"   26 hours ago   Up 26 hours   3306/tcp                                feedback-db\n```\n\nTests are run from within the `web` container. The command to run all unit tests\nis:\n\n```\ndocker exec -it feedback-app python manage.py test\n```\n\nThe server listens on port 8000 on the local machine. You can access it via:\n\nhttp://127.0.0.1:8000\n\n# Contributing\nThe MariaDB Foundation welcomes contributions to this project. Feel free to\nsubmit a pull request via the regular GitHub workflow.\n\nFor a more in-depth code documentation, have a look at [CODING.md](CODING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariadb%2Ffeedback-plugin-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariadb%2Ffeedback-plugin-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariadb%2Ffeedback-plugin-backend/lists"}