RMLio / RMLStreamer

The RMLStreamer executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources in a streaming way.
http://rml.io/
MIT License
48 stars 18 forks source link

Version 2.1.1 toKafka changed output format #28

Open zhyg opened 3 years ago

zhyg commented 3 years ago

Version 2.1.1,output one mapping message per line. Version 2.1.0,output the whole result. This format is more convenient.

Test case: https://rml.io/specs/rml/#example-JSON

image

ghsnd commented 3 years ago

Hi, That's a change in behaviour that is not intended indeed. We will fix that. Best regards, Gerald

ghsnd commented 3 years ago

Hi, The issue described above is the consequence of internal optimisations. However, you can add the --bulk option to keep the desired behaviour. Hope this helps. Best regards, Gerald