Add notes for 2019-01-15

This commit is contained in:
2019-01-15 16:35:16 +02:00
parent 79bf8510d9
commit 0e9c2ea7ef
3 changed files with 46 additions and 8 deletions

View File

@ -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
```
<!-- vim: set sw=2 ts=2: -->