Drupal, Fedora, MySQL, Solr, and microservices (ffmpeg, imagemagick, etc) each have their own VMs, and we have a separate SAN for Fedora storage.
Our Fedora is currently at about 6TB (around 74,000 objects / ~600,000 datastreams). So not at the level that Mark J. is talking about, either!
Robin Dean
Director, Alliance Digital Repository
Colorado Alliance of Research Libraries
ro...@coalliance.org
http://adr.coalliance.org
________________________________________
From: isla...@googlegroups.com <isla...@googlegroups.com> on behalf of Nick Ruest <rue...@gmail.com>
Sent: Thursday, January 23, 2014 1:31 PM
To: isla...@googlegroups.com
Subject: Re: [islandora] What are the biggest Islandora instances out there?
SELECT ?obj
FROM <#ri>
WHERE {
?obj <info:fedora/fedora-system:def/model#hasModel> <info:fedora/fedora-system:FedoraObject-3.0> .
}
SELECT ?obj ?ds
FROM <#ri>
WHERE {
?obj <info:fedora/fedora-system:def/view#disseminates> ?ds .
}
--
You received this message because you are subscribed to the Google Groups "islandora" group.
To unsubscribe from this group and stop receiving emails from it, send an email to islandora+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
send an email to islandora+unsubscribe@googlegroups.com<mailto:islandora%2Bunsu...@googlegroups.com>.
For more options, visit https://groups.google.com/groups/opt_out.
--
Library Information Systems Specialist
Hamilton College Library
Clinton, New York
--
You received this message because you are subscribed to the Google
Groups "islandora" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to islandora+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "islandora" group.
To unsubscribe from this group and stop receiving emails from it, send an email to islandora+unsubscribe@googlegroups.com.
using Don's SPARQL in a script
74483 objects
1152447 datastreams
and 5.4T according to du -sh
the script follows:
#/bin/bash
#
# need to change the following three lines for local setup start
FedoraUser=YourUser
FedoraUserPassword=YourPassword
FedoraHostname="http://YourServer.YourDomain.org"
# need to change for local setup end
# may need to change depending on local fedora
FedoraPort=":8080"
FedoraContext="/fedora"
# end custom fedora settings
FedoraServer="$FedoraHostname$FedoraPort$FedoraContext"
resultObject=$(curl -s -u $FedoraUser:$FedoraUserPassword -X POST "$FedoraServer/risearch?type=tuples&lang=sparql&format=count&dt=on&query=SELECT%20%3Fobj%20FROM%20%3C%23ri%3E%20WHERE%20%7B%20%3Fobj%20%3Cinfo%3Afedora%2Ffedora-system%3Adef%2Fmodel%23hasModel%3E%20%3Cinfo%3Afedora%2Ffedora-system%3AFedoraObject-3.0%3E%20.%20%20%7D")
echo "$FedoraHostname - $resultObject objects"
resultDatastream=$(curl -s -u $FedoraUser:$FedoraUserPassword -X POST "$FedoraServer/risearch?type=tuples&lang=sparql&format=count&dt=on&query=SELECT%20%3Fobj%20%3Fds%20FROM%20%3C%23ri%3E%20WHERE%20%7B%3Fobj%20%3Cinfo%3Afedora%2Ffedora-system%3Adef%2Fview%23disseminates%3E%20%3Fds%20.%20%7D")
echo "$FedoraHostname - $resultDatastream datastreams"
Hi Tristan,
if my experience could be useful:
- we reached more than 1 million of pages (OCR, HOCR, ...) on production site (http://www.byterfly.eu)
- 800,000 pages coming from old Islandora 6.x and the other one new ingesting
- time for migration 1 year
- the time would be three/four time long without pre-derive
especially HOCR and JP2 datastreams
- we used/are using book batch ingesting + custom bash script
In addition, I know Diego developed an interesting tool for batch ingesting.
Have a nice day,
Giancarlo
--
For more information about using this group, please read our Listserv Guidelines: http://islandora.ca/content/welcome-islandora-listserv
---
You received this message because you are subscribed to the Google Groups "islandora" group.
To unsubscribe from this group and stop receiving emails from it, send an email to islandora+...@googlegroups.com.
Visit this group at https://groups.google.com/group/islandora.
To view this discussion on the web visit https://groups.google.com/d/msgid/islandora/425bc51a-cb43-44f0-a674-859c4d05c99d%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/islandora/d6684acb-26d2-1eb7-51a8-ff23df49ba1d%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/islandora/846122877.6955647.1524255296413.JavaMail.zimbra%40sfu.ca.
--
For more information about using this group, please read our Listserv Guidelines: http://islandora.ca/content/welcome-islandora-listserv
---
You received this message because you are subscribed to the Google Groups "islandora" group.
To unsubscribe from this group and stop receiving emails from it, send an email to islandora+...@googlegroups.com.
Visit this group at https://groups.google.com/group/islandora.
To view this discussion on the web visit https://groups.google.com/d/msgid/islandora/5aa3a12c-a259-0cae-65c2-65d1743eb581%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/islandora/206302368.7015010.1524256981518.JavaMail.zimbra%40sfu.ca.
To view this discussion on the web visit https://groups.google.com/d/msgid/islandora/CAAemO%3DshbAwEYh5QPmfG0iibhk4fFk7wAyLPH8e2BR6vKzdh-g%40mail.gmail.com.