diff --git a/README.md b/README.md index bb1530c..cc8638d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Franzy breaks up its functionality into several different libraries to minimize |--------------------------------------------------------------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------| | [Franzy](https://github.com/ymilky/franzy) | client | This library - core client-oriented functionality, i.e. consumer, producer, schemas, more. | Franzy-Common, Kafka client | | [Franzy Admin](https://github.com/ymilky/franzy-admin) | client | Administer Kafka with Clojure, get Clojure data in/out, create topics, add partitions, list brokers, etc. | Franzy-Common, Kafka server (Scala/Java) | +| [Franzy Connect](https://github.com/yanatan16/franzy-connect)| client | Create and deploy Kafka Connect Sources and Sinks with ease... in Clojure! (Work In Progress) | Kafka server (Scala/Java), Kafka connect apis | | [Franzy Common](https://github.com/ymilky/franzy-common) | lib | Common functionality for any Franzy development, and useful for Kafka in general | Clojure, Schema | | [Franzy Nippy](https://github.com/ymilky/franzy-nippy) | de/serializer | Nippy Serializer/Deserializer for Kafka. | [Nippy](https://github.com/ptaoussanis/nippy) | | [Franzy Transit](https://github.com/ymilky/franzy-transit) | de/serializer | Transit Serializer/Deserializer for Kafka. | [Transit](https://github.com/cognitect/transit-clj) |