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

support pagination and filters for listing flists #77

Open
rawdaGastan opened this issue Oct 2, 2024 · 0 comments
Open

support pagination and filters for listing flists #77

rawdaGastan opened this issue Oct 2, 2024 · 0 comments
Assignees
Labels
feature New feature or request fl-server
Milestone

Comments

@rawdaGastan
Copy link
Contributor

rawdaGastan commented Oct 2, 2024

  • we need to add pagination in fl-server list flists endpoint
  • we need to add filters for the flists too

questions

  • Does it make sense to use some small db (say sqlite) to track the flists instead of scanning the entire directory of all flists everytime ?

The db can be recreated from fs when/if needed but it will be way more efficient to hit the db for queries like what flists we have, what users, what flists for that user, etc.. than scanning the fs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request fl-server
Projects
None yet
Development

No branches or pull requests

2 participants