{"id":19440510,"url":"https://github.com/devinit/data-governance-db","last_synced_at":"2025-09-09T00:41:50.521Z","repository":{"id":187739649,"uuid":"677489499","full_name":"devinit/data-governance-db","owner":"devinit","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-05T03:08:42.000Z","size":328,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-05T05:23:35.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devinit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-11T17:47:22.000Z","updated_at":"2025-09-05T03:07:37.000Z","dependencies_parsed_at":"2024-01-11T05:54:17.491Z","dependency_job_id":"dd380981-2d22-474c-8c6b-be4949da07dd","html_url":"https://github.com/devinit/data-governance-db","commit_stats":null,"previous_names":["devinit/data-governance-db"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devinit/data-governance-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinit%2Fdata-governance-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinit%2Fdata-governance-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinit%2Fdata-governance-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinit%2Fdata-governance-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinit","download_url":"https://codeload.github.com/devinit/data-governance-db/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinit%2Fdata-governance-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231041,"owners_count":25245687,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10T15:29:31.549Z","updated_at":"2025-09-09T00:41:50.497Z","avatar_url":"https://github.com/devinit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Governance DB\n\n\n## Setup\n```\nsudo apt update\nsudo apt install python3-venv python3-dev libpq-dev postgresql postgresql-contrib nginx curl python3-pip\n\nsudo adduser website\nsudo usermod -a -G www-data website\n\nsu website\ncd ~\ngit clone https://github.com/devinit/data-governance-db.git\n\ncd data-governance-db\n\ncp .env-example .env\n\npip3 install virtualenv\npython3 -m virtualenv venv\nsource venv/bin/activate\npip3 install -r requirements.txt\npython3 manage.py migrate\npython3 manage.py collectstatic\npython3 manage.py createsuperuser\n\nexit\nchown -R website:www-data /home/website\ncd /home/website/data-governance-db\n\nsudo cp config/gunicorn/gunicorn.socket /etc/systemd/system/gunicorn.socket\nsudo cp config/gunicorn/gunicorn.service /etc/systemd/system/gunicorn.service\n\nsudo systemctl daemon-reload\n\nsudo systemctl start gunicorn.socket\nsudo systemctl enable gunicorn.socket\n\nsudo cp config/nginx/datagov.devinit.org /etc/nginx/sites-available/datagov.devinit.org\nsudo ln -s /etc/nginx/sites-available/datagov.devinit.org /etc/nginx/sites-enabled\nsudo systemctl restart nginx\n\nsudo ufw allow 'Nginx Full'\n\nsudo snap install core; sudo snap refresh core\nsudo apt remove certbot\nsudo snap install --classic certbot\nsudo ln -s /snap/bin/certbot /usr/bin/certbot\n\nsudo certbot --nginx -d datagov.devinit.org\n\nsudo systemctl status snap.certbot.renew.service\nsudo certbot renew --dry-run\n```\n\n## Deployment\n```\nsu website\ncd ~/data-governance-db\ngit pull origin main\nsource venv/bin/activate\npip3 install -r requirements.txt\npython3 manage.py migrate\npython3 manage.py collectstatic\nexit\nsudo systemctl restart gunicorn\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinit%2Fdata-governance-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinit%2Fdata-governance-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinit%2Fdata-governance-db/lists"}