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

feat: Add a generic FileStream interface #2648

Open
edgarrmondragon opened this issue Sep 6, 2024 · 0 comments · May be fixed by #2654
Open

feat: Add a generic FileStream interface #2648

edgarrmondragon opened this issue Sep 6, 2024 · 0 comments · May be fixed by #2654
Assignees
Labels
kind/Feature New feature or request valuestream/SDK
Milestone

Comments

@edgarrmondragon
Copy link
Collaborator

edgarrmondragon commented Sep 6, 2024

Feature scope

Taps (catalog, state, stream maps, tests, etc.)

Description

This would allow tap developers to easily develop support third-party "filesystem" sources by implementing the interface.

The interface would have to support at least:

  • Walking down a directory tree to discover files and nested directories
  • Read the contents of a file
  • Get some file metadata if available (modified time, Content-Type)
  • Handle compression

Note

There's probably more requirements, so I'll add them here while I'm working on the implementation.

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 valuestream/SDK
Projects
Status: Up Next
Development

Successfully merging a pull request may close this issue.

1 participant