All Projects → GeneralMills → Burrowui

GeneralMills / Burrowui

This is a NodeJS/Angular 2 frontend UI for Kafka cluster monitoring with Burrow

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Burrowui

Bigdataguide
大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料
Stars: ✭ 817 (+1084.06%)
Mutual labels:  zookeeper, kafka
Kudo
Kubernetes Universal Declarative Operator (KUDO)
Stars: ✭ 849 (+1130.43%)
Mutual labels:  zookeeper, kafka
Szt Bigdata
深圳地铁大数据客流分析系统🚇🚄🌟
Stars: ✭ 826 (+1097.1%)
Mutual labels:  zookeeper, kafka
Books Recommendation
程序员进阶书籍(视频),持续更新(Programmer Books)
Stars: ✭ 558 (+708.7%)
Mutual labels:  zookeeper, kafka
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+727.54%)
Mutual labels:  kafka, monitoring
Vflow
Enterprise Network Flow Collector (IPFIX, sFlow, Netflow) from Verizon Media
Stars: ✭ 776 (+1024.64%)
Mutual labels:  kafka, monitoring
Dockerfiles
50+ DockerHub public images for Docker & Kubernetes - Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Consul, Riak, TeamCity and DevOps tools built on the major Linux distros: Alpine, CentOS, Debian, Fedora, Ubuntu
Stars: ✭ 847 (+1127.54%)
Mutual labels:  zookeeper, kafka
Cookbook
🎉🎉🎉JAVA高级架构师技术栈==任何技能通过 “刻意练习” 都可以达到融会贯通的境界,就像烹饪一样,这里有一份JAVA开发技术手册,只需要增加自己练习的次数。🏃🏃🏃
Stars: ✭ 428 (+520.29%)
Mutual labels:  zookeeper, kafka
Nagios Plugins
450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Cloudera etc...
Stars: ✭ 1,000 (+1349.28%)
Mutual labels:  zookeeper, kafka
Anotherkafkamonitor Akm
Another app which used to monitor the progress of Kafka Producer and Consumer
Stars: ✭ 36 (-47.83%)
Mutual labels:  zookeeper, kafka
Javakeeper
✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能
Stars: ✭ 502 (+627.54%)
Mutual labels:  zookeeper, kafka
Commonx
基础框架
Stars: ✭ 57 (-17.39%)
Mutual labels:  zookeeper, kafka
Java Sourcecode Blogs
Java源码分析 【源码笔记】专注于Java后端系列框架的源码分析,每周持续推出Java后端系列框架的源码分析文章。
Stars: ✭ 448 (+549.28%)
Mutual labels:  zookeeper, kafka
Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+1042.03%)
Mutual labels:  zookeeper, kafka
God Of Bigdata
专注大数据学习面试,大数据成神之路开启。Flink/Spark/Hadoop/Hbase/Hive...
Stars: ✭ 6,008 (+8607.25%)
Mutual labels:  zookeeper, kafka
Bandar Log
Monitoring tool to measure flow throughput of data sources and processing components that are part of Data Ingestion and ETL pipelines.
Stars: ✭ 19 (-72.46%)
Mutual labels:  kafka, monitoring
Kafka Sprout
🚀 Web GUI for Kafka Cluster Management
Stars: ✭ 388 (+462.32%)
Mutual labels:  kafka, apache
Gpmall
【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch
Stars: ✭ 4,241 (+6046.38%)
Mutual labels:  zookeeper, kafka
Zookeeper exporter
Prometheus exporter for monitoring a ZooKeeper ensemble.
Stars: ✭ 32 (-53.62%)
Mutual labels:  zookeeper, monitoring
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-21.74%)
Mutual labels:  angular-cli, angular-2

BurrowUI

This is a NodeJS/Angular 6 frontend UI for Kafka cluster monitoring with Burrow. Again, this project is used as a support tool to build on top of the hard work already completed by the team at linkedin.

homepage


graph


partitions

Use With Docker

  1. Get latest docker image

    docker pull generalmills/burrowui

  2. Run with Parameters

    sudo docker run -p 80:3000 -e BURROW_HOME="http://{burrow_host}/v3/kafka" -d generalmills/burrowui

    BurrowUI should now be live on your server at port 80

Build from Source

  1. CD to Project Root

  2. Install Dependencies

    npm install

  3. Compile Project

    ng build

  4. Edit Config

    Edit the file /server/config/server_config.json with your Burrow Host Home

  5. Start App

    node server.js

    BurrowUI should now be live on your server at port 3000

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].