SolidBench / rdf-dataset-fragmenter.js

Fragments an RDF dataset into multiple parts
MIT License
3 stars 8 forks source link

constant strategy #30

Closed constraintAutomaton closed 2 months ago

constraintAutomaton commented 2 months ago

A fragmentation strategy to insert every quads into one file. When using with Solidbench the memory has to be increase a bit. For me it has worked with node --max-old-space-size=10384 but it might work with lower values. In the config the auxiliary fragmentation also have to be considered to truly have every quads in one files.

close #28

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8813273575

Details


Totals Coverage Status
Change from base Build 8417286498: 0.0%
Covered Lines: 666
Relevant Lines: 666

💛 - Coveralls
rubensworks commented 2 months ago

Thanks @constraintAutomaton, released as 2.6.0!