[FOLIO-1839] Enable incremental requests for all records since last request Created: 04/Mar/19 Updated: 03/Jun/20 |
|
| Status: | Open |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | New Feature | Priority: | P2 |
| Reporter: | Nassib Nassar | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | ldp-platform, mandatory, po-mvp, reporting | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Development Team: | Core: Platform | ||||||||
| Description |
|
In https://folio-org.atlassian.net/browse/UXPROD-1128 a method is needed to request all module data that have been added or updated since the last request (or what might possibly be a valid alternative: since a specified date/time stamp). This will allow incremental database updates without requesting, transferring and re-processing all Folio data for every update. |
| Comments |
| Comment by Holly Mistlebauer [ 30/Jul/19 ] |
|
Jakub Skoczen: This issue needs to be assigned to someone so that the MVP work for the LDP is able to progress. How do we go about making that happen? Thanks! |
| Comment by Jon Miller [ 30/Jul/19 ] |
|
Can't you just do this using CQL and a >= to the metadata.updatedDate field? This assumes that all the APIs have been changed to stream the data without having to page it. |
| Comment by Nassib Nassar [ 30/Jul/19 ] |
|
Possibly, but I think what is needed here is a technical conversation to clarify the details. |
| Comment by Jon Miller [ 02/Aug/19 ] |
|
How do you plan on handling deleted records? |