{"id":24500807,"url":"https://github.com/inseefrlab/census-hub","last_synced_at":"2025-10-24T04:03:57.237Z","repository":{"id":102119644,"uuid":"450104554","full_name":"InseeFrLab/census-hub","owner":"InseeFrLab","description":"Images pour les outils de la suite SDMX-RI","archived":false,"fork":false,"pushed_at":"2023-12-15T02:24:15.000Z","size":85976,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-26T09:01:40.938Z","etag":null,"topics":["statistical-package"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/InseeFrLab.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}},"created_at":"2022-01-20T13:17:33.000Z","updated_at":"2022-04-26T14:27:54.000Z","dependencies_parsed_at":"2023-12-15T03:29:28.370Z","dependency_job_id":null,"html_url":"https://github.com/InseeFrLab/census-hub","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InseeFrLab/census-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2Fcensus-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2Fcensus-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2Fcensus-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2Fcensus-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InseeFrLab","download_url":"https://codeload.github.com/InseeFrLab/census-hub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2Fcensus-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272582524,"owners_count":24959423,"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-08-28T02:00:10.768Z","response_time":74,"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":["statistical-package"],"created_at":"2025-01-21T22:22:05.322Z","updated_at":"2025-10-24T04:03:52.196Z","avatar_url":"https://github.com/InseeFrLab.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Census-hub\n\nImages pour les outils de la [suite SDMX-RI](https://ec.europa.eu/eurostat/fr/web/sdmx-infospace/sdmx-it-tools/sdmx-ri) \n\n## Pré-requis\n\nPour fonctionner, une instance de mariaDB v10.3 avec 3 bases de données est nécessaire.\nAttention, sous linux il faut utiliser l'option lower_case_table_names=1, car les applicatifs sont sensibles à la casse.\n\n```sql\nCREATE DATABASE authdb;\nCREATE DATABASE msdb;\nCREATE DATABASE census11db;\nCREATE USER mauser IDENTIFIED BY 'mauserpwd';\nGRANT ALL PRIVILEGES ON authdb. * TO 'mauser';\nGRANT ALL PRIVILEGES ON msdb. * TO 'mauser';\nGRANT ALL PRIVILEGES ON census11db. * TO 'mauser';\n```\n\n```docker\ndocker run -p3306:3306 -it -v /chemin/vers/volumeBDD:/var/lib/mysql  --env MARIADB_ROOT_PASSWORD=xxxxx  mariadb:10.3 --lower_case_table_names=1\n```\n\n## Maweb\n\n- Volumes :\n  - /chemin/des/logs:/usr/local/tomcat/logs\n  - /chemin/des/ma-params:/usr/local/tomcat/classpath/ma-params\nLe dossier ma-params est à initialiser à partir du repertoire app\\classpath\\ma-params présent dans le [livrable eurostat du mapping assistant](https://circabc.europa.eu/sd/a/5a995965-b3dd-4173-9161-d1dee6275960/MappingAssistantWebApp_JAVA_v8_2021-10-07.zip).\n\n## Nsiws\n\n- Variables d'environnement : \n  - DB_ADDRESS=\"xx.xx.xxx.xx adresse du serveur de bdd\"\n  - DB_MS_NAME=\"nom de la bdd du mapping store\" \n  - DB_MS_USER=\"user de la bdd du mapping store\" \n  - DB_MS_PWD=\"pwd de la bdd du mapping sotre\"   \n  - DB_AUTH_NAME=\"nom de la bdd d'authentification\"  \n  - DB_AUTH_USER=\"user de la bdd d'authentification\" \n  - DB_AUTH_PWD=\"pwd de la bdd d'authentification\"\n\n- Volumes :\n  - /chemin/des/logs:/usr/local/tomcat/logs\n  - /chemin/des/nsiws-params:/usr/local/tomcat/classpath/nsiws-params\nLe dossier nsiws-params est à initialiser à partir du repertoire app\\nsiws-params présent dans le [livrable eurostat du nsiws](https://maven.java.net/content/repositories/releases//org/glassfish/metro/metro-standalone/2.3.1/metro-standalone-2.3.1.zip).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finseefrlab%2Fcensus-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finseefrlab%2Fcensus-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finseefrlab%2Fcensus-hub/lists"}