/kafkanauts

Primary LanguageTypeScriptMIT LicenseMIT

Kafkanauts

Version

Documentation License: MIT License

An open source, real-time monitoring tool for Apache Kafka

🚀 Features

  • Real-time metrics for improved analytics

  • Readable graphical displays for enhanced UI

  • Desktop version available in Electron

  • A demo Kafka cluster to test out the app

🚀 Table of Contents

🚀 Installation


Kafkanauts requires a Kafka cluster configured with Kafka.js and Prometheus to pull advanced metrics. If you need an example server, click here.


  • To downlaod our application, please run the following commands in the respective order:
npm install
npm run build
npm start
  • Enter the Prometheus port where your Kafka server is running.
  • Browse displays for real-time metrics.
Kafkanauts.video.mov
  • To run the desktop version of the application:
npm install
npm run build
npm run electon

🚀 Run Tests

  • To run the test suites, enter the following command:
npm test

🚀 Engineering Team

🚀 Guide to Contribution

Contributions, issues and feature requests are welcome!
Feel free to fork and clone this repo, and check issues page.

🚀 Thank You for Your Support

Give a ⭐ if this project helped you!

📝 License

Copyright © 2022 Kafkanauts.
This project is MIT License licensed.