Skip to main content
Version: 2.0.x

Introduction to ZIO Connectors

ZIO connectors are Sources, Sinks and Pipelines for channeling data. They are easy to use, and they are designed to be composable. You can use them to build pipelines that can be used to process data.

Each connector is defined as a separate module and can be used independently or in combination with other connectors.

Connectors

The following connectors are available. These are submodules and are imported individually:

zio-connect-couchbase - Couchbase connector. See couchbase-connector-examples

zio-connect-dynamodb - DynamoDB connector. See dynamodb-connector-examples

zio-connect-file - Filesystem connector. See file-connector-examples

zio-connect-s3 - Amazon S3 connector uses zio-aws-s3 under the hood. See s3-connector-examples