Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 596 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 596 Bytes

British Library Retriever

All data is retrieved from the British Library. See their collection metadata. We have made small modifications to the data as part of our data cleaning process.

The Book Retriever reads the data as a CSV file and converts it into our JSON payload that will be used for adding new book-related data in our GraphQL Books API. This can later be expanded to become a web app, rather than a console application, to remove the manual step of needing to call our mutations separately.