Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.21 KB

purescript-rdkafka

License CircleCI

Overview

librdkafka bindings for PureScript, for interacting with Apache Kafka.

purescript-rdkafka is based on the Node bindings for librdkafka, hosted as node-rdkafka.

Mission Statement

librdkafka will deliver simple, powerful, and idiomatic bindings for librdkafka, without providing features that may negatively hide implementation details from users. PureScript provides the advantage of the type system being able to tell you when you're probably doing something ill-advised. These bindings should follow those rules, helping users build more robust Kafka applications.

Examples

This section needs implementing. Want to help out? Write an example!

License

purescript-rdkafka is licensed under the MIT License.