ubc-systopia / Indaleko

Indaleko Project
GNU Affero General Public License v3.0
0 stars 1 forks source link

Improve Ingester(s) to suggest or offer to execute the bulk uploading #33

Open fsgeek opened 7 months ago

fsgeek commented 7 months ago

When the ingester is done running, it writes an ouput file. Those files have long and ugly names. We could suggest a command line to execute with arangoimport or (better but more ambitious) we could add a parameter that would do this.

What I found (on Windows, at least) is that some of those file names cause arangoimport to choke. From what I can tell it is in the helper library they are using. In this case the easiest work-around is to just create a link or copy to the file and do the upload with the link or copy.

This is mostly an enhancement. There's a bug here because arangoimport doesn't always work. Automating this will allow us to avoid said bug.