{"id":15050652,"url":"https://github.com/zio-archive/zio-connect","last_synced_at":"2026-04-02T00:39:54.296Z","repository":{"id":40409604,"uuid":"264060740","full_name":"zio-archive/zio-connect","owner":"zio-archive","description":"Sources, Sinks and Pipelines for channeling data","archived":true,"fork":false,"pushed_at":"2023-10-24T17:13:55.000Z","size":1680,"stargazers_count":32,"open_issues_count":30,"forks_count":19,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-11-07T19:01:57.928Z","etag":null,"topics":["scala","zio"],"latest_commit_sha":null,"homepage":"https://zio.dev/zio-connect","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zio-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-15T00:56:30.000Z","updated_at":"2025-01-20T13:04:50.000Z","dependencies_parsed_at":"2025-01-21T02:06:50.199Z","dependency_job_id":"00e9ea63-3128-43ca-bdcb-b3bf7f25690f","html_url":"https://github.com/zio-archive/zio-connect","commit_stats":null,"previous_names":["zio-archive/zio-connect","zio/zio-connect"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/zio-archive/zio-connect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zio-archive","download_url":"https://codeload.github.com/zio-archive/zio-connect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-connect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31018543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["scala","zio"],"created_at":"2024-09-24T21:28:44.204Z","updated_at":"2026-03-27T04:02:05.994Z","avatar_url":"https://github.com/zio-archive.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"[//]: # (This file was autogenerated using `zio-sbt-website` plugin via `sbt generateReadme` command.)\n[//]: # (So please do not edit it manually. Instead, change \"docs/index.md\" file or sbt setting keys)\n[//]: # (e.g. \"readmeDocumentation\" and \"readmeSupport\".)\n\n# ZIO Connect\n\nZIO connectors are Sources, Sinks and Pipelines for channeling data. They are easy to use, and they are designed to be\ncomposable. You can use them to build pipelines that can be used to process data.\n\n[![Production Ready](https://img.shields.io/badge/Project%20Stage-Production%20Ready-brightgreen.svg)](https://github.com/zio/zio/wiki/Project-Stages) ![CI Badge](https://github.com/zio/zio-connect/workflows/CI/badge.svg) [![Sonatype Releases](https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio-connect-file_2.13.svg?label=Sonatype%20Release)](https://oss.sonatype.org/content/repositories/releases/dev/zio/zio-connect-file_2.13/) [![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio-connect-file_2.13.svg?label=Sonatype%20Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-connect-file_2.13/) [![javadoc](https://javadoc.io/badge2/dev.zio/zio-connect-docs_2.13/javadoc.svg)](https://javadoc.io/doc/dev.zio/zio-connect-docs_2.13) [![ZIO Connect](https://img.shields.io/github/stars/zio/zio-connect?style=social)](https://github.com/zio/zio-connect)\n\nConnectors\n--------------\n\nEach connector is defined as a separate module and can be used independently or in combination with other connectors.\n\nThe following connectors are available. These are submodules and are imported individually:\n\n`zio-connect-couchbase` - Couchbase connector. See [couchbase-connector-examples][couchbase-connector-examples]\n\n`zio-connect-dynamodb` - DynamoDB connector. See [dynamodb-connector-examples][dynamodb-connector-examples]\n\n`zio-connect-file` - Filesystem connector. See [file-connector-examples][file-connector-examples]\n\n`zio-connect-s3` - Amazon S3 connector uses [zio-aws-s3][zio-aws] under the hood. See [s3-connector-examples][s3-connector-examples]\n\n\n[zio-aws]: https://zio.github.io/zio-aws\n\n[couchbase-connector-examples]: https://github.com/zio/zio-connect/tree/master/examples/couchbase-connector-examples/src/main/scala\n\n[file-connector-examples]: https://github.com/zio/zio-connect/tree/master/examples/file-connector-examples/src/main/scala\n\n[s3-connector-examples]: https://github.com/zio/zio-connect/tree/master/examples/s3-connector-examples/src/main/scala\n\n[dynamodb-connector-examples]: https://github.com/zio/zio-connect/tree/master/examples/dynamodb-connector-examples/src/main/scala\n\n## Documentation\n\nLearn more on the [ZIO Connect homepage](https://zio.dev/zio-connect)!\n\n## Contributing\n\nFor the general guidelines, see ZIO [contributor's guide](https://zio.dev/about/contributing).\n\n## Code of Conduct\n\nSee the [Code of Conduct](https://zio.dev/about/code-of-conduct)\n\n## Support\n\nCome chat with us on [![Badge-Discord]][Link-Discord].\n\n[Badge-Discord]: https://img.shields.io/discord/629491597070827530?logo=discord \"chat on discord\"\n[Link-Discord]: https://discord.gg/2ccFBr4 \"Discord\"\n\n## License\n\n[License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzio-archive%2Fzio-connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzio-archive%2Fzio-connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzio-archive%2Fzio-connect/lists"}