Skip to content

Repository for backup and versioning of the identifiers.org registry data

License

Notifications You must be signed in to change notification settings

identifiers-org/registry-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identifiers.org registry data

GitHub commit activity GitHub last commit GitHub Actions Workflow Status

Important

This is not the live registry data, only a mirror created for backup and versioning purposes. Changes to these files do not affect the identifiers.org services.

If there are any issues or you wish to update the identifiers.org registry, please contact us or open an issue at our main issue board.

The live version of the registry can be found at https://registry.api.identifiers.org/resolutionApi/getResolverDataset. This repository can be out of date depending on the periodicity of the update action.

The dataset

All the dataset files are available in the registry-data folder. They are stored in the JSON format available at the live endpoint listed above. The file full.js contains the full dump of the registry. The dump is also available split by namespace under the registry-data/namespaces folder.

Versioning

The current version of the repository is found at the file called VERSION at the root of the repository. The commit history can be used to check recent changes to the identifiers.org registry.

Checking history via Github.com UI

Recent changes to the dataset can be seen in the commit history of full.json. You will have to click on individual commits to see its changes.

Alternatively, recent changes to an individual namespace can be seen in the commit history of the specific namespace file, for example, the commit history for 3dmet can be found here. Again, You will have to click on individual commits to see its changes.

Checking history via git command line

After cloning the repository and opening a terminal there, you can list recent changes to the dataset using the following command:

git log --patch -10 registry-data/ 

The similar command below can be used to see changes on a specific namespace file:

git log --patch -10 registry-data/namespaces/3dmet.json 

Licenses

Identifiers.org data falls under Creative Commons CC4 Attribution license while source code falls under MIT. See https://docs.identifiers.org/pages/terms_of_use.html for more information.

About

Repository for backup and versioning of the identifiers.org registry data

Resources

License

Stars

Watchers

Forks