diff --git a/content/posts/2019-01.md b/content/posts/2019-01.md index dda7aa2d3..4f8ad7789 100644 --- a/content/posts/2019-01.md +++ b/content/posts/2019-01.md @@ -325,4 +325,21 @@ In [14]: for row in result.fetchone(): - Day one of CGSpace AReS meeting in Amman +## 2019-01-15 + +- Day two of CGSpace AReS meeting in Amman + - Discuss possibly extending the [dspace-statistics-api](https://github.com/ilri/dspace-statistics-api) to make community and collection statistics available + - Discuss new "final" CG Core document and some changes that we'll need to do on CGSpace and other repositories + - We agreed to try to stick to pure Dublin Core where possible, then use fields that exist in standard DSpace, and use "cg" namespace for everything else + - Major changes are to move `dc.contributor.author` to `dc.creator` (which MELSpace and WorldFish are already using in their DSpace repositories) +- I am testing the speed of the WorldFish DSpace repository's REST API and it's five to ten times faster than CGSpace as I tested in [2018-10]({{< relref "2018-10.md" >}}): + +``` +$ time http --print h 'https://digitalarchive.worldfishcenter.org/rest/items?expand=metadata,bitstreams,parentCommunityList&limit=100&offset=0' + +0.16s user 0.03s system 3% cpu 5.185 total +0.17s user 0.02s system 2% cpu 7.123 total +0.18s user 0.02s system 6% cpu 3.047 total +``` + diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html index c3aee58ad..f77f5406a 100644 --- a/docs/2019-01/index.html +++ b/docs/2019-01/index.html @@ -27,7 +27,7 @@ I don’t see anything interesting in the web server logs around that time t " /> - + @@ -60,9 +60,9 @@ I don’t see anything interesting in the web server logs around that time t "@type": "BlogPosting", "headline": "January, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-01/", - "wordCount": "1364", + "wordCount": "1506", "datePublished": "2019-01-02T09:48:30+02:00", - "dateModified": "2019-01-11T16:01:21+02:00", + "dateModified": "2019-01-14T23:11:07+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -491,6 +491,27 @@ In [14]: for row in result.fetchone():
dc.contributor.author
to dc.creator
(which MELSpace and WorldFish are already using in their DSpace repositories)$ time http --print h 'https://digitalarchive.worldfishcenter.org/rest/items?expand=metadata,bitstreams,parentCommunityList&limit=100&offset=0'
+
+0.16s user 0.03s system 3% cpu 5.185 total
+0.17s user 0.02s system 2% cpu 7.123 total
+0.18s user 0.02s system 6% cpu 3.047 total
+
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index caca47ee0..da560c36f 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -4,7 +4,7 @@