zio / zio-connect

Sources, Sinks and Pipelines for channeling data
https://zio.dev/zio-connect
Apache License 2.0
32 stars 18 forks source link

FS2Connector - new connector #95

Open adrianfilip opened 1 year ago

adrianfilip commented 1 year ago

Steps

grouzen commented 1 year ago

I would like to work on this one.

adrianfilip commented 1 year ago

🙏

adrianfilip commented 1 year ago

Added a few guidelines.

grouzen commented 1 year ago

@adrianfilip Hey! Could you please describe what kind of functionality we want to have for this connector? In my current understanding, it is really two basic methods: fromStream and toStream (the naming could be different, of course).

adrianfilip commented 1 year ago

@grouzen I think that covers the main use cases and would be enough for a first release.

grouzen commented 1 year ago

@adrianfilip It is ready for review: https://github.com/zio/zio-connect/pull/101