https://github.com/datagouv/ouverture.data.gouv.fr
Tableau de suivi des ouvertures de données, codes sources et API publics
https://github.com/datagouv/ouverture.data.gouv.fr
airtable flask opendata
Last synced: 12 months ago
JSON representation
Tableau de suivi des ouvertures de données, codes sources et API publics
- Host: GitHub
- URL: https://github.com/datagouv/ouverture.data.gouv.fr
- Owner: datagouv
- License: mit
- Created: 2021-07-02T08:22:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T15:23:43.000Z (about 1 year ago)
- Last Synced: 2025-04-11T13:26:49.218Z (about 1 year ago)
- Topics: airtable, flask, opendata
- Language: Vue
- Homepage: https://ouverture.data.gouv.fr
- Size: 3.55 MB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ouverture.data.gouv.fr
The 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.
The website provides an inventory that uses the Airtable API to show data from an Airtable base.
This 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/).
## Tracking the opening of data, APIs and source code
During 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.
In [a circular dated 27 April 2021](https://www.legifrance.gouv.fr/circulaire/id/45162?dateSignature=&init=true&page=1&query=*&searchField=ALL&tab_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.
The 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.
The 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/).
## Development env
### Website
```
cd frontend
npm i
npm run docs:dev
```
## Build
Vitepress has a build mode that generate files in `frontend/dist` to be deployed.
```
cd frontend
npm run docs:build
```
This is the step where you can add your env variable.
```
VUE_APP_API_URL="https://..." npm run docs:build
```
## Deploy
Continuous deployement ✌️
```
git push
```
Manual deployement
```
git push dokku master
```
## Licence
Distributed under the MIT License. See LICENSE for more information.