Giter Club home page Giter Club logo

plumber's Introduction

Plumber simple desktop application for Apache Kafka

Build status

Plumber simple GUI desktop application for Apache Kafka based on librdkafka/modern-cpp-kafka and Qt and written on C++. Docker/browser free just download and run. cover

Features

  • View all topics;
  • View messages and add new messages;
  • Add and drop topics;
  • Show JSON in a pretty-printed format;
  • Encode/decode protobuf;
  • Experimental encode/decode avro.

What happened to kafkaui?

plumber is kafkaui. The kafkaui project was renamed to adhere to the Apache Software Foundation's (ASF) trademark policies. Apart from the name, nothing else was changed.

Build from source

Requirements

  • Qt >= 6;
  • librdkafka >= 1.7;
  • spdlog;
  • Boost;
  • Snappy;
  • protobuf >= 3.14.0.

GNU/Linux

$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
$ ./plumber

Windows

vcpkg and Visual Studio 2019

.\vcpkg.exe install qt:x64-windows
.\vcpkg.exe install librdkafka[*]:x64-windows --recurse
.\vcpkg.exe install spdlog:x64-windows
.\vcpkg.exe install boost:x64-windows
.\vcpkg.exe install spdlog:x64-windows
.\vcpkg.exe install protobuf:x64-windows
.\vcpkg.exe install snappy:x64-windows
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake
cmake --build build
[path to vcpkg]\installed\x64-windows\tools\Qt6\bin\windeployqt.debug.bat windeployqt.exe -qmldir=[path to vcpkg]\installed\x64-windows\Qt6\qml [project]\plumber\build\Debug
cp -r [path to vcpkg]\installed\x64-windows\Qt6\qml\Qt\labs\platform [project]\plumber\build\Debugqml\Qt\labs\

Mac OS X

% brew install librdkafka
% brew install spdlog
% brew install qt@6
% brew install boost
% brew install protobuf
% brew install snappy
% cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
% cmake --build build --config Release

Thanks

JetBrains «Black square» logo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.