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

Use with customer io.Reader and io.Writer? #35

Open
danthegoodman1 opened this issue Nov 7, 2024 · 1 comment
Open

Use with customer io.Reader and io.Writer? #35

danthegoodman1 opened this issue Nov 7, 2024 · 1 comment

Comments

@danthegoodman1
Copy link

It seems like sstable and other packages can only be used with the local filesystem (pass in a path).

If we could pass in a custom Reader and Writer, we'd be able to use other storage (e.g. memory, object storage). Probably needs more than just the reader and writer, like a factory for looking up files by path and such, but would be a lovely extension of the package!

@thomasjungblut
Copy link
Owner

Thanks for the suggestion, Dan. I'll see if I can find some time to add a bit more generic interfaces on the creation-side of the things.

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

2 participants