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

Support more table stores (i.e. for parquet files or apache arrow dataframes in-memory) #208

Open
adzcai opened this issue Jul 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@adzcai
Copy link

adzcai commented Jul 11, 2024

Currently the backend supports either a database backend or a blob backend. It would be nice to enable materializing other types of files, notably Parquet files, as well as blobs. This might enable pydiverse.pipedag to also be used in more lightweight pipelines that don't require the overhead of a SQL backend and can work directly with disk files instead.

@windiana42
Copy link
Member

In deed it is planned to create table backends that either store tables in parquet files on disk or blob store (i.e. S3) or in memory as apache arrow dataframes.
=> I will rename the issue to reflect the aspect that this request mostly touches extention of more table stores.

@windiana42 windiana42 changed the title Support more structured file backend Support more table stores (i.e. for parquet files or apache arrow dataframes in-memory) Aug 12, 2024
@windiana42 windiana42 added the enhancement New feature or request label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants