Make RDF2NX
converter support parallelization
#60
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
rdf2nx
Related to the rdf2nx converter
The general process of the
RDF2NX
converter is designed to support parallelization. This ticket investigates how to improve theRDF2NX
class so that functions can be executed in parallel.This likely requires the internal queries (e.g.
NodeTypes
) to be pulled out of the higher-level methods (e.g.transform_nodes
).Blocked by #50 and #58
The text was updated successfully, but these errors were encountered: