{"id":16416118,"url":"https://github.com/phax/en16931-registry","last_synced_at":"2025-04-23T08:31:52.300Z","repository":{"id":142747854,"uuid":"168318151","full_name":"phax/en16931-registry","owner":"phax","description":"CEN/TC 434 Registry Services","archived":false,"fork":false,"pushed_at":"2023-06-10T13:14:25.000Z","size":653,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T11:11:10.524Z","etag":null,"topics":["en16931","registry"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-30T09:45:36.000Z","updated_at":"2024-04-04T10:39:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1e4a49c-254e-4ce2-ba96-3234c533fa68","html_url":"https://github.com/phax/en16931-registry","commit_stats":null,"previous_names":["phax/en16931-registry"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fen16931-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fen16931-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fen16931-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fen16931-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phax","download_url":"https://codeload.github.com/phax/en16931-registry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250399503,"owners_count":21424194,"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":["en16931","registry"],"created_at":"2024-10-11T07:08:27.437Z","updated_at":"2025-04-23T08:31:52.283Z","avatar_url":"https://github.com/phax.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EN16931 Registry Services\n\n## Overview\n\nCEN/TC 434 and EN 16931 registry services.\n\nThe initial prototype of this project was presented at CEN TC 434 face2face plenary 2019 in Reykjavik by [Philip Helger](https://www.linkedin.com/in/void0/).\u003cbr/\u003e\nAfter 2019 there were no CEN TC 434 meeting nor calls for CEN TC WG 3, 5, 6 or 7 - only WG 1 was active.\u003c/br\u003e\nLikely most working groups and this registry project will be revived by EU funding.\u003c/br\u003e\nThe project was therefore smoke-tested for the CEN 434 plenary in Bruxelles (2023) by [Svante Schubert](https://www.linkedin.com/in/svante-schubert-2913232/) by adding this prototype to an [Oracle free Cloud tier](https://www.oracle.com/cloud/free/) using a Mini Ubuntu 22.04 image with a state-of-the-art [Apache Tomcat 10.1.9 supporting Jakarta EE 10](https://tomcat.apache.org/whichversion.html).\n\n## External references\n\n* [Demo of the prototype of registry server (v2019) running in the Cloud (user view)](http://138.3.243.85:8080/en16931-registry-services-1.0.0-SNAPSHOT/public)\n* [Prototype of registry server (v2019) running in the Cloud (admin view)](http://138.3.243.85:8080/en16931-registry-services-1.0.0-SNAPSHOT/secure/).\u003cbr/\u003e\n   Use ***admin@helger.com*** as email with ***password*** as the password!\n* [Official EU Wiki on EN16931 CIUS \u0026 Extensions](https://ec.europa.eu/digital-building-blocks/wikis/display/EINVCOMMUNITY/Registry+of+CIUS+%28Core+Invoice+Usage+Specifications%29+and+Extensions) (***not yet added to the registry prototype (see [issue #3](https://github.com/phax/en16931-registry/issues/3)***))\n\n## Possible missing Features (v2019)\n\n* User Management\n* Additional Meta data for CIUS/EXTENSION (see [issue #3](https://github.com/phax/en16931-registry/issues/3)\n* High-Level CIUS/Extension Comparison (e.g. [visual comparison between e-Invoice and e-Receipt](https://stpe.semantic-treehouse.nl/#/TreeView/Message_a7df2626-c410-44fe-bf84-e18d64ae9f3b))\n  ![image](https://github.com/phax/en16931-registry/assets/825051/d101aebd-8daa-4011-9f55-d8fed5d74c95)\n* Visual Sorting/Selection (e.g. by Country providing EU Map or by Sector)\n  ![image](https://github.com/phax/en16931-registry/assets/825051/c3b3e046-d66d-49d9-8c72-e18d6140a60c)\n* Continuous Integration (CI/CD)\n* Security Features\n* Dependency updates: Consistent Jakarta EE 10 package usages\n* Scalability\n* JSON REST API for CIUS/Extension data sets\n* ...\n\n## Development\n\nThis project requires **Java 11 or later**.\u003cbr/\u003e\n\n* Call `mvn process-sources` to initially generate all sources.\n* Call `mvn install` to build the WAR to be deployed to the Jakarta Application Server (e.g. [Apache Tomcat Server](https://tomcat.apache.org/download-10.cgi)).\n\n***NOTE***: You might need to add the following folders into your IDE build path:\n\n* target/generated-sources/jdmc\n* target/generated-resources/jdmc\n* target/generated-test-sources/jdmc\n* target/generated-test-resources/jdmc\n\n***NOTE***: Code generation is based on \u003chttps://github.com/phax/ph-jdmc\u003e\n\n---\n\n[Project's Coding Style Guide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |\nKindly supported by [YourKit Java Profiler](https://www.yourkit.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fen16931-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphax%2Fen16931-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fen16931-registry/lists"}