An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![DOI](https://zenodo.org/badge/163341427.svg)](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"