An open API service indexing awesome lists of open source software.

https://github.com/conduitio/conduit-commons

Shared code between different Conduit repositories.
https://github.com/conduitio/conduit-commons

conduit go

Last synced: 24 days ago
JSON representation

Shared code between different Conduit repositories.

Awesome Lists containing this project

README

        

# Conduit Commons

[![License](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/ConduitIO/conduit-commons/blob/main/LICENSE.md)
[![Test](https://github.com/ConduitIO/conduit-commons/actions/workflows/test.yml/badge.svg)](https://github.com/ConduitIO/conduit-commons/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/conduitio/conduit-commons)](https://goreportcard.com/report/github.com/conduitio/conduit-commons)
[![Go Reference](https://pkg.go.dev/badge/github.com/conduitio/conduit-commons.svg)](https://pkg.go.dev/github.com/conduitio/conduit-commons)

Conduit Commons is a module containing shared code between
[Conduit](https://github.com/conduitio/conduit) and other related Conduit
repositories like [Conduit Connector SDK](https://github.com/conduitio/conduit-connector-sdk)
and [Conduit Processor SDK](https://github.com/conduitio/conduit-processor-sdk).

Check the [Go Reference](https://pkg.go.dev/github.com/conduitio/conduit-commons)
documentation for more information on the included packages.