Difference between revisions of "Noids"

From COPTR
Jump to navigation Jump to search
 
Line 1: Line 1:
<!-- Use the structure provided in this template, do not change it! -->
+
{{Infobox tool
 
 
{{Infobox_tool
 
 
|purpose=Identifiers management tool
 
|purpose=Identifiers management tool
|image={{PAGENAMEE}}.png
 
 
|homepage=https://github.com/ndlib/noids
 
|homepage=https://github.com/ndlib/noids
 
|license=Apache License 2.0
 
|license=Apache License 2.0
|platforms=
+
|function=Persistent Identification
 
}}
 
}}
<!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. -->
+
{{Infobox tool details}}
 
 
[[Category:Persistent Identification]]
 
 
 
 
== Description ==
 
== Description ==
 
This tool implements a server to provide a [https://metacpan.org/pod/distribution/Noid/noid NOID] service. It can persist its state to either the file system or a mysql database. For compatibility with existing ids, the minting tries to follow how the [https://github.com/ruby-microservices/noid Ruby Noid] gem works.
 
This tool implements a server to provide a [https://metacpan.org/pod/distribution/Noid/noid NOID] service. It can persist its state to either the file system or a mysql database. For compatibility with existing ids, the minting tries to follow how the [https://github.com/ruby-microservices/noid Ruby Noid] gem works.
Line 23: Line 17:
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
{{Infobox_tool_details
 
|releases_rss=
 
|issues_rss=
 
|mailing_lists=
 
|ohloh_id=
 
}}
 

Latest revision as of 16:18, 22 April 2021




Identifiers management tool
Homepage:https://github.com/ndlib/noids
License:Apache License 2.0
Function:Persistent Identification




Description[edit]

This tool implements a server to provide a NOID service. It can persist its state to either the file system or a mysql database. For compatibility with existing ids, the minting tries to follow how the Ruby Noid gem works.

It is developped by Hesburg Libraries Notre-Dame.

User Experiences[edit]

Development Activity[edit]