Add repo to local IQEngine
Is it possible to add a tile to my own repo like the GNU Radio SIGMF Repo one? Where can I edit those tiles ?
Unfortunately right now the local-to-backend files all show up in the same tile because there's only one directory you supply. But we could potentially make it so you can give a list of directories, and each one could have a tile title that could be provided.
Or were you trying to add the existing cloud storage repos like gnuradio one?
I would like to add an existing s3 storage
Oh unfortunately IQEngine still only supports azure blob storage, as no one has taken the time to add aws or gcp
I am now using S3FS to mount the data and I am using the mountpoint in the docker container as /tmp/recordings
Ah very nice, that approach may be useful to others