{"id":24775685,"url":"https://github.com/inseefr/queen-batch","last_synced_at":"2025-10-12T00:31:27.259Z","repository":{"id":39584759,"uuid":"373204583","full_name":"InseeFr/Queen-Batch","owner":"InseeFr","description":"Batch processing services for Queen","archived":false,"fork":false,"pushed_at":"2025-04-24T15:46:07.000Z","size":1328,"stargazers_count":0,"open_issues_count":9,"forks_count":4,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-24T16:50:33.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/InseeFr.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-06-02T14:50:36.000Z","updated_at":"2025-04-03T07:53:13.000Z","dependencies_parsed_at":"2023-02-10T10:01:26.601Z","dependency_job_id":"7b4c7548-ca4f-4dc3-a10b-00f4d0727670","html_url":"https://github.com/InseeFr/Queen-Batch","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/InseeFr/Queen-Batch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen-Batch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen-Batch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen-Batch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen-Batch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InseeFr","download_url":"https://codeload.github.com/InseeFr/Queen-Batch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen-Batch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009509,"owners_count":26084609,"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-10-11T02:00:06.511Z","response_time":55,"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-29T06:55:17.810Z","updated_at":"2025-10-12T00:31:26.613Z","avatar_url":"https://github.com/InseeFr.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Queen-Back-Office\r\nBatch service for Queen  \r\nBatch using to implement QUEEN DB from xml files.\r\n\r\n## Requirements\r\nFor building and running the application you need:\r\n- JDK 21\r\n- Maven 3\r\n\r\n## Install and excute unit tests and ent-to-end tests\r\nUse the maven clean and maven install  \r\n``` shell\r\nmvn clean install\r\n```\r\n\r\n## Running batch\r\nUse the following cmd :\r\n``` shell\r\necho $@\r\njava8 -Xms64m -Xmx512m -classpath '/path/to/lib/*' -Dlog4j.configurationFile=file:/path/to/log4j2/config/log4j2.xml -Dproperties.path=/path/to/properties -DcheminLog=/path/to/log fr.insee.queen.batch.Lanceur $@\r\nCODE_ERREUR=$?\r\necho \"CODE ERREUR=$CODE_ERREUR\"\r\nexit $CODE_ERREUR\r\n```\r\n\r\n#### Properties file\r\nSome properties are externalize in ${path.properties}/queen-bo.properties.  \r\nBellow, properties to define :\r\n``` shell\r\nfr.insee.queen.persistence.database.host = localhost\r\nfr.insee.queen.persistence.database.port = 5433\r\nfr.insee.queen.persistence.database.schema = XXXXXXX\r\nfr.insee.queen.persistence.database.user = XXXXXXX\r\nfr.insee.queen.persistence.database.password = XXXXXXX\r\nfr.insee.queen.persistence.database.driver = org.postgresql.Driver\r\nfr.insee.queen.folder.in=path/to/in\r\nfr.insee.queen.folder.out=path/to/out\r\nfr.insee.queen.paradata.id=idSu\r\nfr.insee.queen.paradata.events=events\r\n```\r\n\r\n## Before you commit\r\nBefore committing code please ensure,  \r\n1 - README.md is updated  \r\n2 - A successful build is run and all tests are sucessful  \r\n4 - All newly added properties are documented  \r\n\r\n## Libraries used\r\n- spring-core\r\n- spring-jdbc\r\n- spring-oxm\r\n- spring-data-jpa\r\n- commons-lang3\r\n- postgresql\r\n- liquibase\r\n- spring-test\r\n- test-containers\r\n- json-simple\r\n- log4j\r\n- lunatic-model\r\n\r\n\r\n## Developers\r\n- Benjamin Claudel (benjamin.claudel@keyconsulting.fr)\r\n- Samuel Corcaud (samuel.corcaud@keyconsulting.fr)\r\n- Paul Guillemet (paul.guillemet@keyconsulting.fr)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finseefr%2Fqueen-batch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finseefr%2Fqueen-batch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finseefr%2Fqueen-batch/lists"}