Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
-
EPAM BatchLoader Sprint 5
-
3
-
Folijet
Description
Create a public API method for receiving chunks of raw(source) data. The method should provide stub implementation.
- endpoint format:
POST /change-manager/records/{jobExecutionId} JSON { last: boolean (true/false), total: integer, [records : {records}] }
where <last> parameter is the sign that means the last chunk across all the chunks associated with the same JobExecution entity;
<total> parameter is the total amount of chunks associated with the same JobExecution entity;
- chunk object format:
List<String> records
- RAML for an endpoint payload
Acceptance Criteria
- New endpoint exists and opened to OKAPI;
- API is covered by REST tests;
TestRail: Results
Attachments
Issue Links
- blocks
-
MODSOURMAN-20 @Deprecated. Will be closed. ChangeManager: implement API for saving raw (source) data
-
- Closed
-
- relates to
-
MODSOURMAN-10 ChangeManager: Add functionality for saving chunks of raw data
-
- Closed
-
-
UXPROD-656 Data Import (Batch Importer for Bib Acq) Infrastructure and Planning
-
- Closed
-