CDLUC3 / N2T

next-gen N2T resolver
MIT License
0 stars 2 forks source link

Merge code for resolver functionality #14

Closed datadavev closed 6 months ago

datadavev commented 1 year ago

Task here is to merge the code from a couple different prototype approaches to support the scheme and group resolver functionality as a python fastapi instance using static json content for configuration and authority.

The merged code will reside in this N2T repo and will leverage model definitions from naan_model and the naanreg repos.

datadavev commented 1 year ago

Refactored and cleaned code is currently located in github.com/datadavev/rslv and that code can provide the basis for both n2t.net and arks.org (and any other resolver service). Suggest moving the repo from my personal space to CDLUC3 org for ongoing management.

This repo will become the website content and configuration tools for the N2T site, and will use rslv as an application for serving the content. Basically, N2T becomes a deployment of rslv. Similarly for the arks.org site, will need to setup a deployment configuration repository for it within the arksorg space.