{"id":24976593,"url":"https://github.com/datagouv/ouverture.data.gouv.fr","last_synced_at":"2025-07-13T23:34:55.249Z","repository":{"id":48777987,"uuid":"382280111","full_name":"datagouv/ouverture.data.gouv.fr","owner":"datagouv","description":"Tableau de suivi des ouvertures de données, codes sources et API publics","archived":false,"fork":false,"pushed_at":"2025-03-27T15:23:43.000Z","size":3723,"stargazers_count":2,"open_issues_count":6,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-11T13:26:49.218Z","etag":null,"topics":["airtable","flask","opendata"],"latest_commit_sha":null,"homepage":"https://ouverture.data.gouv.fr","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datagouv.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,"zenodo":null}},"created_at":"2021-07-02T08:22:16.000Z","updated_at":"2025-03-27T15:23:46.000Z","dependencies_parsed_at":"2023-12-14T18:48:00.994Z","dependency_job_id":"2224356b-0ce2-4de9-8a73-849d1f6179b1","html_url":"https://github.com/datagouv/ouverture.data.gouv.fr","commit_stats":null,"previous_names":["datagouv/ouverture.data.gouv.fr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datagouv/ouverture.data.gouv.fr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datagouv%2Fouverture.data.gouv.fr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datagouv%2Fouverture.data.gouv.fr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datagouv%2Fouverture.data.gouv.fr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datagouv%2Fouverture.data.gouv.fr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datagouv","download_url":"https://codeload.github.com/datagouv/ouverture.data.gouv.fr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datagouv%2Fouverture.data.gouv.fr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265222675,"owners_count":23730262,"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":["airtable","flask","opendata"],"created_at":"2025-02-03T22:01:36.965Z","updated_at":"2025-07-13T23:34:55.184Z","avatar_url":"https://github.com/datagouv.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ouverture.data.gouv.fr\n\nThe website [ouverture.data.gouv.fr](https://ouverture.data.gouv.fr/) has been developed as a tool to allow users to easily track the opening of data, source codes and public APIs.\n\nThe website provides an inventory that uses the Airtable API to show data from an Airtable base.\n\nThis repo is based on [abulte/dokku-simple-python-vue-spa](https://github.com/abulte/dokku-simple-python-vue-spa) and [etalab/economiecirculaire](https://github.com/etalab/economiecirculaire/).\n\n## Tracking the opening of data, APIs and source code\n\nDuring the fifth interministerial committee on public transformation held in Mont-de-Marsan on 5 February, the French Prime Minister committed the Government to an ambitious open data policy, with the aim of better exploiting, opening up, sharing and exploiting public data.\n\nIn [a circular dated 27 April 2021](https://www.legifrance.gouv.fr/circulaire/id/45162?dateSignature=\u0026init=true\u0026page=1\u0026query=*\u0026searchField=ALL\u0026tab_selection=circ), which is based on [the recommendations of the report by MP Éric Bothorel](https://www.mission-open-data.fr/uploads/decidim/attachment/file/36/Mission_Bothorel_Rapport.pdf), which was submitted to him on 23 December last year, the Prime Minister asked the Government to make data policy one of its priorities in its relations with all its partners, in particular local authorities, private actors and civil society. He charged the Minister for the Transformation and the Civil Service with monitoring the implementation of this data policy.\n\nThe table available on [ouverture.data.gouv.fr](https://ouverture.data.gouv.fr/) tracks and reports on the opening of 63 new datasets, source codes and public APIs, for all ministries, included in their roadmaps, in application of commitment no. 6 of the interministerial committee on public transformation of 5 February 2021.\n\nThe data that feeds the table on [ouverture.data.gouv.fr](https://ouverture.data.gouv.fr/) is available in an open format on [data.gouv.fr](https://www.data.gouv.fr/fr/datasets/tableau-de-suivi-des-ouvertures-de-donnees-codes-sources-et-api-publics/).\n\n## Development env\n\n### Website\n\n```\ncd frontend\nnpm i\nnpm run docs:dev\n```\n\n## Build\n\nVitepress has a build mode that generate files in `frontend/dist` to be deployed.\n\n```\ncd frontend\nnpm run docs:build\n```\n\nThis is the step where you can add your env variable.\n\n```\nVUE_APP_API_URL=\"https://...\" npm run docs:build\n```\n\n## Deploy\n\nContinuous deployement ✌️\n\n```\ngit push\n```\n\nManual deployement\n\n```\ngit push dokku master\n```\n\n## Licence\nDistributed under the MIT License. See LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatagouv%2Fouverture.data.gouv.fr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatagouv%2Fouverture.data.gouv.fr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatagouv%2Fouverture.data.gouv.fr/lists"}