Difference between revisions of "Noids"
Jump to navigation
Jump to search
m |
Ania Molenda (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Infobox tool | |
− | |||
− | {{ | ||
|purpose=Identifiers management tool | |purpose=Identifiers management tool | ||
− | |||
|homepage=https://github.com/ndlib/noids | |homepage=https://github.com/ndlib/noids | ||
|license=Apache License 2.0 | |license=Apache License 2.0 | ||
− | | | + | |function=Persistent Identification |
}} | }} | ||
− | + | {{Infobox tool details}} | |
− | |||
− | |||
− | |||
== 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. | ||
+ | |||
+ | It is developped by [https://library.nd.edu/ Hesburg Libraries Notre-Dame]. | ||
== User Experiences == | == User Experiences == | ||
Line 21: | 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. --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 16:18, 22 April 2021
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.