Jelly has quite a lot of knobs to turn and adjust, with their amount only expected to increase:
Knowing which settings to use boils down to investigating the data at hand. Could we implement some simple heuristics that do this automatically?
The results of the analysis should be saved in a case class instance that could be directly passed to the encoder, initializing it. I think it would be best if we settled on this mechanism for encoder initialization, because it will make it easier to add new features and options, without changing factory method signatures.
Maybe we could also allow saving these settings as a proto? I'll make a follow-up task for this. Jelly-RDF/jelly-protobuf#17
Jelly has quite a lot of knobs to turn and adjust, with their amount only expected to increase:
RdfStreamOptionsKnowing which settings to use boils down to investigating the data at hand. Could we implement some simple heuristics that do this automatically?
The results of the analysis should be saved in a case class instance that could be directly passed to the encoder, initializing it. I think it would be best if we settled on this mechanism for encoder initialization, because it will make it easier to add new features and options, without changing factory method signatures.
Maybe we could also allow saving these settings as a proto? I'll make a follow-up task for this. Jelly-RDF/jelly-protobuf#17