Trying the Archivematica API (Archivematica API - Transfer)

Overview This is the Archivematica API section of “Trying the Archivematica API.” (There is also a separate “Storage Service API” section.) https://www.archivematica.org/en/docs/archivematica-1.13/dev-manual/api/api-reference-archivematica/#api-reference-archivematica This time, I will try the following “Transfer” API. https://www.archivematica.org/en/docs/archivematica-1.13/dev-manual/api/api-reference-archivematica/#transfer Usage You can try it with the following notebook. https://colab.research.google.com/github/nakamura196/ndl_ocr/blob/main/ArchivematicaのAPIを使ってみる.ipynb The following configuration was required. The location UUID was confirmed from the storage service. # e u a l # n t a p r # i p f # i d } h r # n s p o # a y c a o # m a o # m a e e d e i c m p c t w p t r p p p t a s S p r _ a T e e e h _ E o h a a P o a d p e o n k t r s s i n r s p t t O r " " " " " e o r i a e i a = = s d c t _ a h h S t = n t a p r r n v n m y o n i = s o e t _ s T a y c a o s s e t e n s " " o d b n h e _ r { m p c t w e r = _ f m s n [ = e a c n e e e e e h _ = = = u e c t " s o i c n q " " s s i = s " u r _ a = f [ t e d n o c u : : s [ d { e " " < i a n i " o 6 e d o e i ] s ' r t h < A d s p d " l " 4 d p e d s n t o " [ A e t t u P e i a 2 e ] b a d e t a y n : ] u q i t s I = t _ r 0 s a = t d s m p " " t u n p e t t d 2 / s h = . e e : p : h e g : r k " i r " 3 m e [ s a , , a o s s / n e < n a - o 6 ] : b p a t r r t / a y l g n 1 v 4 a p c h o i s < m > o s s 2 i s e c s w z . d e " c f 3 e e n e _ _ a p o > a e 4 _ 6 d s e i t o m " t r " t 4 ( s n d i s a i " e . p i c s o t i o s b a o o n ( n n t 6 t n d ' f > " 4 h , e : ' : U ] e _ d { 8 U n e , f e 1 I c n ' n / D o c A d a > d o p p p " e d i o i ( e K i " f d e n " ) y t { } l { / o u t c s r a e a t r n i n s o a f n m e _ e r u } / u : s i { t d a a } p r : i t { _ _ p k t a e r t y a h } n } ' s " } f . e e r n / c ' o , d e h ( e ) a ) d . e d r e s c = o h d e e a ( d ) e r s , d a t a = d a t a ) Summary This time I only tried Start Transfer, but APIs are provided for various operations, enabling a wide range of system integrations. ...

February 9, 2023 · 4 min · Nakamura

Trying the Archivematica API (Storage Service API)

Overview The Archivematica Storage Service API is documented on the following page. I tried using some of these APIs, and this is a memo of my experience. https://www.archivematica.org/en/docs/archivematica-1.13/dev-manual/api/api-reference-storage-service/ If basic authentication is required, please use the following credentials: Username: demo Password: Nd4Ev3XJ PACKAGE A package is a bundle of one or more files transferred from an external service; for example, a package may be an AIP, a backlogged transfer, or a DIP. Each package is stored in a location. ...

February 8, 2023 · 12 min · Nakamura

Setting Up Archivematica on Amazon EC2

Overview Archivematica is open-source software for long-term preservation of digital data. https://www.archivematica.org/en/ I had the opportunity to set up Archivematica on Amazon EC2, so this is a memo. Installation The installation instructions are described on the following page. https://www.archivematica.org/en/docs/archivematica-1.13/admin-manual/installation-setup/installation/installation/ There are several options, but this time I tried “CentOS 7 64-bit, Installing Archivematica on CentOS/Red Hat.” https://www.archivematica.org/en/docs/archivematica-1.13/admin-manual/installation-setup/installation/install-centos/#install-pkg-centos EC2 Instance Since CentOS 7 was specified, I selected the following Amazon Machine Image (AMI). ...

February 8, 2023 · 19 min · Nakamura