You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: