Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache ZooKeeper WEB-UI

Is there any web-interface to check the data ( or tree ) present in the zookeeper ?

CLI is bit hard to get the complete picture of the tree and data.

Thanks.

like image 302
Dave Avatar asked Dec 17 '16 14:12

Dave


People also ask

Is there a UI for ZooKeeper?

ZooNavigator is a web-based ZooKeeper UI and editor/browser with many features. ZooKeeper versions 3.4. x and 3.5. x are currently supported.

What is Apache ZooKeeper used for?

ZooKeeper is an open source Apache project that provides a centralized service for providing configuration information, naming, synchronization and group services over large clusters in distributed systems. The goal is to make these systems easier to manage with improved, more reliable propagation of changes.

Is Apache ZooKeeper a database?

Apache ZooKeeper is an open-source server for highly reliable distributed coordination of cloud applications. It is a project of the Apache Software Foundation.

What is ZooKeeper alternative?

Top 10 Alternatives to ZooKeeperHashiCorp Consul. Eureka. Docker. Traefik. etcd.


1 Answers

You can browse ZNode hierarchy from Hue (if configured properly). Check http://gethue.com/new-zookeeper-browser-app/ for demo video and some details on how to set it up.

like image 91
Kombajn zbożowy Avatar answered Oct 08 '22 19:10

Kombajn zbożowy