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

create an abstrac indexing system + simple file index #6

Open
hironico opened this issue Mar 1, 2023 · 1 comment
Open

create an abstrac indexing system + simple file index #6

hironico opened this issue Mar 1, 2023 · 1 comment

Comments

@hironico
Copy link
Owner

hironico commented Mar 1, 2023

Provide an abstraction of a file index system to be able to plug an implementation like:

  • a simple index sotred in a file
  • a indexation storage in a database
  • a JSON storage index
  • etc ...
    provide a simple text file index as an example

index data management should occur in after request (uploads) and before request (deletions). -->> to be checked

@hironico
Copy link
Owner Author

investigate the possibility to use the webdav properties associated to each file to store and search metadata ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant