semantifyit / RocketRML

https://semantify.it
Creative Commons Attribution Share Alike 4.0 International
25 stars 12 forks source link

Feature Request: allow progress reporting during transformation of parsers `parseFileLive` and `parseFile` #45

Open philipperenzen opened 1 year ago

philipperenzen commented 1 year ago

Description:

Currently, when using the parseFileLive and parseFile method in RocketRML, there is no direct mechanism to track the progress of the transformation process. This feature request is to implement progress reporting functionality during the parsing process.

Proposed Solution:

Introduce a mechanism that allows users to monitor the progress of the transformation as it occurs when using parseFileLive and parseFile methods. This could involve providing progress update callbacks, percentage completion, or any other suitable means to reflect the progress of the transformation with respect to the input files.

Benefits:

Use Case:

This feature is crucial for users dealing with larger datasets or multiple files as it allows them to track the progress of the transformation, estimate the time remaining, and potentially take necessary actions based on the progress.

Thank you for considering this feature request!