Skip to content

daneshzaki/kokpit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kokpit

Kokpit is a basic Kafka client. It has features to automatically connect to a Kafka broker, create a topic on the fly, publish and subscribe messages from it. The UI is simple and intuitive. The consumer sees the messages on the topic it has subscribed to in the UI in real-time as they get published.

Kokpit is built using KafkaJS, Socket.io and ElectronJS. KafkaJS provides the Kafka client logic, while Socket.io enables real time communication from Kafka topic to the UI. ElectronJS helps this to be a native desktop application. While releases for Windows are available, the code can be used to build it for other platforms.

For more details, please see this post. The latest version is 0.3, available here.