{"id":24123800,"url":"https://github.com/codegouvfr/codegouvfr-consolidate-data-archived","last_synced_at":"2025-09-18T13:32:02.509Z","repository":{"id":272011883,"uuid":"895630893","full_name":"codegouvfr/codegouvfr-consolidate-data-archived","owner":"codegouvfr","description":"[EN] Consolidate json/svg/xml files used by code.gouv.fr","archived":true,"fork":false,"pushed_at":"2024-11-28T15:13:35.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T22:36:07.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codegouvfr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-11-28T15:12:54.000Z","updated_at":"2025-01-08T09:10:29.000Z","dependencies_parsed_at":"2025-01-11T13:13:42.679Z","dependency_job_id":"6d1898de-47c3-40f5-870f-797b49472c3e","html_url":"https://github.com/codegouvfr/codegouvfr-consolidate-data-archived","commit_stats":null,"previous_names":["codegouvfr/codegouvfr-consolidate-data-archived","codegouvfr/codegouvfr-consolidate-data"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codegouvfr/codegouvfr-consolidate-data-archived","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegouvfr%2Fcodegouvfr-consolidate-data-archived","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegouvfr%2Fcodegouvfr-consolidate-data-archived/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegouvfr%2Fcodegouvfr-consolidate-data-archived/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegouvfr%2Fcodegouvfr-consolidate-data-archived/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codegouvfr","download_url":"https://codeload.github.com/codegouvfr/codegouvfr-consolidate-data-archived/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegouvfr%2Fcodegouvfr-consolidate-data-archived/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274407160,"owners_count":25279263,"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-10T02:00:12.551Z","response_time":83,"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":"2025-01-11T13:13:38.906Z","updated_at":"2025-09-18T13:32:02.501Z","avatar_url":"https://github.com/codegouvfr.png","language":"Clojure","readme":"[![img](https://img.shields.io/badge/code.gouv.fr-contributif-blue.svg)](https://code.gouv.fr/documentation/#/publier)\n[![img](https://img.shields.io/badge/Licence-EPL-orange.svg)](https://git.sr.ht/~codegouvfr/codegouvfr-consolidate-data/blob/master/LICENSE)\n\n# Consolidate and generate codegouvfr data\n\n`codegouvfr` stands for [code.gouv.fr](https://code.gouv.fr).\n\nThe code in this repository creates `json/svg/xml` files used by the [code.gouv.fr](https://git.sr.ht/~codegouvfr/code.gouv.fr) web application.\n\n# Installation and configuration\n\n1. Install a Java runtime for Java version 8 or 11. You can check the existing version of your java runtime with `java -version`. [OpenJDK](https://openjdk.java.net/install/) 11 can be installed on Debian-compatible GNU/Linux systems with `apt install openjdk-11-jdk`.\n   \n2. Install `node.js` and `vl2svg` (`npm install -g vega-lite`).\n\n3. Install Clojure: [follow installation instructions on clojure.org](https://clojure.org/guides/getting_started).\n   \n4. Install `rlwrap`. For example on Debian-compatible GNU/Linux systems with `apt install rlwrap`.\n   \n5. Clone this repository and enter it: `git clone https://git.sr.ht/~codegouvfr/codegouvfr-consolidate-data ; cd codegouvfr-consolidate-data`\n\n# Generate consolidated files\n\n1. You may use input files.  These files are in the data folder of [codegouvfr-fetch-data](https://git.sr.ht/~codegouvfr/codegouvfr-fetch-data).  Copy them in the project directory.  For example `cp -r ../codegouvfr-fetch-data/* .`  If you skip this step, the input files will be fetched from [code.gouv.fr](https://code.gouv.fr).\n   \n2. Launch the command `clj -M:run`.\n\n# Get the data\n\nThese data are published under the [Open License 2.0](https://www.etalab.gouv.fr/licence-ouverte-open-licence):\n\n-   Organizations: as [csv](https://code.gouv.fr/data/organizations/csv/all.csv) or [json](https://code.gouv.fr/data/organizations/json/all.json)\n-   Repositories: as [csv](https://code.gouv.fr/data/repositories/csv/all.csv) or [json](https://code.gouv.fr/data/repositories/json/all.json)\n-   Dependencies: [json](https://code.gouv.fr/data/deps.json)\n-   SILL: [json](https://code.gouv.fr/data/sill.json)\n\nData for the [sill.code.gouv.fr](https://sill.code.gouv.fr), exposed on [this page](https://code.gouv.fr/#/sill), come from Wikidata (CC0), Comptoir du libre ([CC0](https://gitlab.adullact.net/Comptoir/Comptoir-srv/-/issues/968)), https://annuaire.cnll.fr and contributors of the SILL ([Open License 2.0](https://www.etalab.gouv.fr/licence-ouverte-open-licence)).\n\n# [Contributing](CONTRIBUTING.md)\n\n# License\n\n2020-2024 DINUM, Bastien Guerry.\n\nThis application is published under the [EPL 2.0\nlicense](https://git.sr.ht/~codegouvfr/codegouvfr-consolidate-data/blob/master/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegouvfr%2Fcodegouvfr-consolidate-data-archived","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegouvfr%2Fcodegouvfr-consolidate-data-archived","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegouvfr%2Fcodegouvfr-consolidate-data-archived/lists"}