https://github.com/colectica/ddiregistry
Registry software for the DDI Alliance Agency Registry
https://github.com/colectica/ddiregistry
ddi identifiers metadata
Last synced: 4 months ago
JSON representation
Registry software for the DDI Alliance Agency Registry
- Host: GitHub
- URL: https://github.com/colectica/ddiregistry
- Owner: Colectica
- License: mit
- Created: 2018-12-27T22:30:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-05T14:05:47.000Z (5 months ago)
- Last Synced: 2025-12-08T23:52:00.425Z (5 months ago)
- Topics: ddi, identifiers, metadata
- Language: C#
- Homepage: https://registry.ddialliance.org
- Size: 1.32 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://zenodo.org/badge/latestdoi/163341427)
# DDI Agency Registry software
## Platform
The DDI Agency Registry software runs on Linux, macOS, and Windows on the .NET 6 platform.
* https://www.microsoft.com/net/core/
## About
The DDI Agency Registry is a component of a free global unique identifier system for metadata producing organizations. The registry system provides an agency identifier which acts as both a namespace in a globally unique id as well as a pointer for distributed service resolution.
Based on ISO/IEC 11179 Part 6 International Registration Data Identifiers (11179 IRDIs), DDI agency identifiers are used as the Registration Authority (11179 RA) in a IRDI and in DDI URNs.
The DDI Agency Resolver is a free DNS SRV record-based resolution service for DDI agency identifiers, and enables discovery of web services and data services provided by an agency.
## Getting Started
The web application can be started using Docker compose using the following command:
```bash
docker-compose up --build
```
Once the services are up and running, visit [http://localhost:8000](http://localhost:8000)
on your browser to access the web application.
## Links
- [DDI Agency Registry]
- [DDI Alliance]
- [DDI Registry GitHub]
![DDI Logo][logo]
[DDI Alliance]: https://www.ddialliance.org
[DDI Agency Registry]: https://registry.ddialliance.org
[DDI Registry GitHub]: https://github.com/Colectica/ddiregistry/
[logo]: https://github.com/Colectica/ddiregistry/raw/master/src/Ddi.Registry.Web/wwwroot/assets/logo.png "DDI Alliance"