Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split source XML files to reduce XML-to-SPARQL ETL memory consumption #6

Open
4 tasks
Conal-Tuohy opened this issue Jul 9, 2019 · 2 comments
Open
4 tasks
Assignees

Comments

@Conal-Tuohy
Copy link
Collaborator

  • Split each source file into a folder of individual record files, using streaming file splitter.
  • Refactor XML-to-SPARQL pipeline to individually load record files from these folders, and pass to the RDF conversion XSLT.
  • Pass the record's type to the conversion XSLT as a parameter (replacing the file type recognition code in the XSLT)
  • Replace the stylesheet which marks some Piction images as preferred with equivalent SPARQL update query.
@Conal-Tuohy Conal-Tuohy self-assigned this Jul 9, 2019
@Conal-Tuohy
Copy link
Collaborator Author

Replace the Piction stylesheet with a SPARQL query first, since that part doesn't depend on the other (XML splitting) changes.

@Conal-Tuohy
Copy link
Collaborator Author

Waiting for go-ahead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant