Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down