Hi, I need some suggestions regarding accessing RDF triples from flink. I'm trying to integrate flink in a pipeline where the input for flink comes from SPARQL query on a Jena model. And after modification of triples using flink, I will be performing SPARQL update using Jena to save my changes.
- Are there any recommended input format for loading the triples to flink? - Will this use case be classified as a flink streaming job or a batch processing job? - How will loading of the dataset vary with the input size? - Are there any recommended packages/ projects for these type of projects? Any suggestion will be of great help. Regards, Ritesh https://riteshtoday.wordpress.com/