mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-01-15
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user