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

Utility functions to read different file formats #19

Open
utdemir opened this issue Jun 25, 2019 · 0 comments
Open

Utility functions to read different file formats #19

utdemir opened this issue Jun 25, 2019 · 0 comments

Comments

@utdemir
Copy link
Owner

utdemir commented Jun 25, 2019

Currently, we expect users to write a Conduit to read data from external sources. This is quite easy, however it would be even better to provide some combinators to use common formats and storage systems; eg. JSON, CSV, gzip, parquet and HDFS, S3, HTTP.

Almost all of them already have libraries on Hackage providing Conduit's we can directly use, however it is not desirable increase our dependency footprint a lot. So, maybe we should hide them behind a flag, or create many small libraries (distributed-dataset-json, distributed-dataset-gzip e.g).

Relevant: #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant