Refresh local data
When I refresh the local data, it doesn't reflect newly added meta and data files. When I stop and start the docker container the newly added data is visible. Is there any way to add new data without restarting the container?
Yep, in your env var where you set feature flags, there's one for adding a refresh button to the top-right https://iqengine.org/docs/config-feature-flags
eg
IQENGINE_FEATURE_FLAGS={"allowRefreshing": true, "bypassLandingPage": true}
Thank you, I have enabled that function but the refresh button doens't seem te be reloading the content. When I restart the container the new content does show.
Oh weird, you're using the latest docker image right? When you hit refresh the backend logs should show the same activity that happens when you start the backend, where it goes through and parses each file.
Yes but it is a local directory, does it work the same?
I have some info. When using the Local To Backend I can't see the dataset:
but using the query it works:
It does seem to update over time, but I would like to use the refresh button for refreshing the local data
When you say local data do you mean the local directory option (showed below), or using IQENGINE_BACKEND_LOCAL_FILEPATH to serve recordings local to the server?
For now I use a PUT request on /api/datasources/local/local/datasource with the same data and a refresh to do the refresh, I use the Local to Backend default datasource (/tmp/myrecordings)
Can you ping me on Discord or email me, my contact info is on pysdr.org, we should hop on a call to work this out