{"id":18428737,"url":"https://github.com/sncf-connect-tech/hesperides","last_synced_at":"2025-10-23T23:54:54.075Z","repository":{"id":12212456,"uuid":"71227768","full_name":"sncf-connect-tech/hesperides","owner":"sncf-connect-tech","description":"Configuration management tool providing universal text file templating and properties editing through a REST API or a webapp (backend part)","archived":false,"fork":false,"pushed_at":"2024-09-04T13:35:31.000Z","size":6363,"stargazers_count":36,"open_issues_count":64,"forks_count":28,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-31T21:31:32.549Z","etag":null,"topics":["backend","configuration-management","hacktoberfest","hesperides","java","mongodb","mustache","spring-boot","templating"],"latest_commit_sha":null,"homepage":"https://voyages-sncf-technologies.github.io/hesperides-gui/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sncf-connect-tech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-18T08:47:13.000Z","updated_at":"2024-10-06T19:38:33.000Z","dependencies_parsed_at":"2023-02-17T20:45:59.899Z","dependency_job_id":"1cf4cfdf-1a0a-4d92-a803-1ac984b40225","html_url":"https://github.com/sncf-connect-tech/hesperides","commit_stats":null,"previous_names":["voyages-sncf-technologies/hesperides"],"tags_count":169,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sncf-connect-tech%2Fhesperides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sncf-connect-tech%2Fhesperides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sncf-connect-tech%2Fhesperides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sncf-connect-tech%2Fhesperides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sncf-connect-tech","download_url":"https://codeload.github.com/sncf-connect-tech/hesperides/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253178732,"owners_count":21866594,"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":["backend","configuration-management","hacktoberfest","hesperides","java","mongodb","mustache","spring-boot","templating"],"created_at":"2024-11-06T05:14:31.133Z","updated_at":"2025-10-23T23:54:53.957Z","avatar_url":"https://github.com/sncf-connect-tech.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hesperides backend\n\n[![Build, test and publish](https://github.com/sncf-connect-tech/hesperides/workflows/Build,%20test%20and%20publish/badge.svg)](https://github.com/sncf-connect-tech/hesperides/actions?query=branch%3Amaster)\n\n[![](https://img.shields.io/github/contributors/sncf-connect-tech/hesperides.svg)](https://github.com/sncf-connect-tech/hesperides/graphs/contributors)\n[![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)\n[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/)\n-\u003e come look at\nour [good first issues](https://github.com/sncf-connect-tech/hesperides/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\n\n[![](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nHesperides is an open source tool generating configuration files from a given template with [mustaches](https://mustache.github.io)\nand the properties it stores per environment.\n\nThe frontend lives in this repo: https://github.com/sncf-connect-tech/hesperides-gui\n\n**Development status**: this project is currently maintained by [e-Voyageurs SNCF](https://fr.wikipedia.org/wiki/E.Voyageurs_SNCF).\n\n\n## Live demo\n\u003chttps://hesperides-back.herokuapp.com/rest/swagger-ui.html\u003e\n\nCredentials for the Basic Auth:\n\n* **Username**: `user` or `prod`\n* **Password**: `password`\n\n\n## To test the app locally\n\n    docker-compose -f docker/docker-compose.yml -f docker/docker-compose-mongo.yml up -d\n\n## Requirements\n\n * Java 11 (correto, openjdk)\n \n Choose between:\n\n * Docker (see docker-compose \u0026 Dockerfile files)\n \n And :\n \n * MongoDB\n\nOr just launch the application with those Spring Profiles: `noldap`, `fake_mongo`\n\n## Build\n\nBuild the whole project:\n \n    mvn package\n\nBuild Docker image\n\n    docker build . -t hesperides/hesperides\n    \nThis Java [Spring Boot](https://spring.io/projects/spring-boot) application uses [MongoDB](https://www.mongodb.com) for storage\nand [Axon](https://axoniq.io) to implement event sourcing.\n\n![Logo Spring Boot](documentation/architecture/images/spring-boot-logo.png)\n![Logo MongoDB](documentation/architecture/images/mongodb-logo.png)\n![Logo Axon](documentation/architecture/images/axon-iq-logo.png)\n\n## Documentation\n\nAvailable online at \u003chttps://sncf-connect-tech.github.io/hesperides-gui/\u003e\n\n### Changelog\nAll the last features \u0026 fixes are listed there: [CHANGELOG.md](https://github.com/sncf-connect-tech/hesperides/blob/master/CHANGELOG.md).\n\n## License\n\nHesperides is licensed under the GPL V3 license\n\n## Contributing \u0026 development environment installation\n\nPlease check the dedicated [CONTRIBUTING](CONTRIBUTING.md) page.\nWe are open to pull requests. Please first discuss your intentions via [Issues](https://github.com/sncf-connect-tech/hesperides/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsncf-connect-tech%2Fhesperides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsncf-connect-tech%2Fhesperides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsncf-connect-tech%2Fhesperides/lists"}