You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see a progress bar of the file download (how many MiB are loaded of total file)
progress for processing the file / progress of the individual steps (i don't know whether this is all
streamed and an absolute progress bar can be shown but in case it is all streamed it should be possilbe to show some interval based status information for steps/streams:
how many MiB read from compressed file stream
how many MiB read from uncompressed file stream
how many triples parsed from stream
how many triples converted from iterator / stream
how many MiB written to stream
how many MiB already compressed to stream
The text was updated successfully, but these errors were encountered:
it would be great to
progress for processing the file / progress of the individual steps (i don't know whether this is all
streamed and an absolute progress bar can be shown but in case it is all streamed it should be possilbe to show some interval based status information for steps/streams:
The text was updated successfully, but these errors were encountered: