└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # hw-kafka ecosystem 2 | 3 | HaskellWorks Kafka ecosystem includes: 4 | 5 | - [hw-kafka-client](https://github.com/haskell-works/hw-kafka-client) 6 | Haskell client for Kafka 7 | 8 | - [hw-kafka-conduit](https://github.com/haskell-works/hw-kafka-conduit) 9 | [Conduit](https://github.com/snoyberg/conduit) bindings for `hw-kafka-client` 10 | 11 | - [pipes-kafka](https://github.com/boothead/pipes-kafka) 12 | [Pipes](https://hackage.haskell.org/package/pipes) bindings for `hw-kafka-client` 13 | 14 | - [hw-kafka-avro](https://github.com/haskell-works/hw-kafka-avro) 15 | Kafka-oriented Avro encoder/decoder that supports Schema Registry compatibly to 16 | the "original" [Confluent](https://www.confluent.io/) Kafka Avro serialiser. 17 | 18 | --------------------------------------------------------------------------------