Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting: Support for trigger background exports #720

Open
mihow opened this issue Feb 7, 2025 · 0 comments · May be fixed by #725
Open

Exporting: Support for trigger background exports #720

mihow opened this issue Feb 7, 2025 · 0 comments · May be fixed by #725
Assignees
Labels
enhancement New feature or request

Comments

@mihow
Copy link
Collaborator

mihow commented Feb 7, 2025

Quick description

  • User tiggers an export for the Occurrences list view based on current filters https://antenna.insectai.org/projects/18/occurrences (an other list views)
  • Choose from various formats (CSV, json, sql)
  • New model for tracking export history
  • Background job for generating export
  • Show user links to exports that are ready
  • Start with polling the exports endpoint
  • Look into websockets & notifications to user
  • Consider emailing the user with link

When we have an Occurrence Collection/Dataset type, then the user can create a dataset/collection from the Occurrence filters first, then export the Dataset/collection. So exports could actually be a method on Occurrence Datasets.

Examples of good asynchronous exports with notifications

  • GBIF export
  • Label Studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants