For more options, visit this group at
http://groups.google.com/group/arks-forum?hl=en.
--
You received this message because you are subscribed to the Google Groups "ARKs" group.
To post to this group, send email to arks-...@googlegroups.com.
To unsubscribe from this group, send email to arks-forum+unsubscribe@googlegroups.com.
Hope this helps!
Kind regards,
Sébastien
To unsubscribe from this group, send email to arks-forum+...@googlegroups.com.
Hi Abe ~
At Portico, we assign ARKs to *everything* … objects in our content model and chunks of metadata (every event has an ARK, every block of technical metadata has an ARK, etc.). We churn out more than 100 million NOID IDs a year.
We haven’t done anything special about setting up the NOID service, though we run our own. We do use different minters (ID prefixes) for different content types.
Good luck.
~ Amy Kirchhoff
--
Amy J. Kirchhoff
Archive Service Product Manager
Portico, JSTOR
(p) 609-986-2218 (f) 609-951-0020 (e) Amy.Ki...@ithaka.org
Portico (www.portico.org) is a community-supported preservation service for electronic journals, books, and other scholarly content. JSTOR (www.jstor.org) is a digital library of academic journals, books, and primary sources. JSTOR and Portico are services of ITHAKA, a not-for-profit organization that also includes Ithaka S+R.
--
You received this message because you are subscribed to the Google Groups "ARKs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arks-forum+...@googlegroups.com.
To post to this group, send email to arks-...@googlegroups.com.
Visit this group at http://groups.google.com/group/arks-forum?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Abe ~
I caught up with my systems folks and queried them about our configuration.
What we’ve done is created a servlet that interacts with NOID tool. Our code interacts with the servlet. The servlet handles the command line requests to the NOID tool for Noids. Our workflow code requests up to 10,000 Noids at a time and caches them. The workflow then hands out Noids as ARKs as requested by other pieces of the workflow and goes and grabs another 10,000 Noids when it runs out.
As a general overview, we process publisher supplied content. The system unpacks the directories and files and then puts the content back together again in the Portico content model. We also transform publisher supplied XML to a preservation standard. Every file, semantic unit, event, and metadata block is assigned an ARK. Any process that needs to assign an ARK grabs one from the cache. We do not “register” them as we process (we do not have a master database mapping every ARK to the object it identifies). The final steps in the workflow are to deposit the content in the Portico archive and to drop much of our metadata (and identifiers) into an Oracle database. Conceptually, this database is just a cache to make it easier for us to access and find content, it is not part of the true Archive.
I hope this helps.
~ Amy