mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2023-08-04
This commit is contained in:
26
content/posts/2023-08.md
Normal file
26
content/posts/2023-08.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "August, 2023"
|
||||
date: 2023-08-03T11:18:36+03:00
|
||||
author: "Alan Orth"
|
||||
categories: ["Notes"]
|
||||
---
|
||||
|
||||
## 2023-08-03
|
||||
|
||||
- I finally got around to working on Peter's cleanups for affiliations, authors, and donors from last week
|
||||
- I did some minor cleanups myself and applied them to CGSpace
|
||||
- Start working on some batch uploads for IFPRI
|
||||
|
||||
## 2023-08-04
|
||||
|
||||
- Minor cleanups on IFPRI's batch uploads
|
||||
- I also did a duplicate check and found thirteen items that seem to be duplicates, so I sent them to Leigh to check
|
||||
- I read this [interesting blog post about PostgreSQL's `log_statement` function](https://www.endpointdev.com/blog/2012/06/logstatement-postgres-all-full-logging/)
|
||||
- Someone pointed out that this also lets you take advantage of [PgBadger](https://github.com/darold/pgbadger) analysis
|
||||
- I enabled statement logging on DSpace Test and I will check it in a few days
|
||||
- Reading about DSpace 7 REST API again
|
||||
- Here is how to get the first page of 100 items: https://dspace7test.ilri.org/server/api/discover/search/objects?dsoType=item&page=1&size=100
|
||||
- I really want to benchmark this to see how fast we can get all the pages
|
||||
- Another thing I notice is that the bitstreams are not here, so that will be an extra call...
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
Reference in New Issue
Block a user