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

File Registry based on fsspec #4142

Open
tokoko opened this issue Apr 24, 2024 · 0 comments
Open

File Registry based on fsspec #4142

tokoko opened this issue Apr 24, 2024 · 0 comments
Labels
kind/feature New feature or request

Comments

@tokoko
Copy link
Collaborator

tokoko commented Apr 24, 2024

Is your feature request related to a problem? Please describe.

  • We have a set of very similar functionalities implemented in different file system-based registries, just with platform-based client sdks.
  • We have two abstract classes for registries right now, BaseRegistry that is used by sql and RegistryStore which is more limited and used by file, s3, gcp and so on.

Describe the solution you'd like

  • Tools like fsspec would enable us to express the same functionality in a higher-level abstraction and get rid of concrete implementations.
  • If we base the new file registry directly on BaseRegistry, we will be able to get rid of RegistryStore concept altogether. Two levels of abstraction has been very confusing for developers in the past.
@tokoko tokoko added the kind/feature New feature or request label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant