Is there a preferred way to sync datasets automatically? The use case would be for the dashboard to handle data that is continuously being uploaded.
I am considering extending the django container with a cronjob that calls python manage.py syncdataset periodically. But perhaps there is another obvious way to do this.
Any ideas?
Is there a preferred way to sync datasets automatically? The use case would be for the dashboard to handle data that is continuously being uploaded.
I am considering extending the django container with a cronjob that calls
python manage.py syncdatasetperiodically. But perhaps there is another obvious way to do this.Any ideas?