All Projects → elkozmon → Zoonavigator

elkozmon / Zoonavigator

Licence: agpl-3.0
Web-based ZooKeeper UI / editor / browser

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Zoonavigator

Middleware Acl
middleware-acl Access Control Library RBAC casbin
Stars: ✭ 155 (-52.45%)
Mutual labels:  api, rest, acl
React Saas Template
🌊 Template for building an SaaS / admin website using React + Material-UI
Stars: ✭ 942 (+188.96%)
Mutual labels:  material-design, material, admin
Ng Notadd
In-middle background front-end solution based on angular material 基于Angular Material的中后台前端解决方案
Stars: ✭ 287 (-11.96%)
Mutual labels:  material-design, material, admin
Openstack Policy Editor
A Casbin Policy Editor for OpenStack
Stars: ✭ 28 (-91.41%)
Mutual labels:  auth, acl, editor
Apy
Apy is a simple client-side library for making rest api ajax calls.
Stars: ✭ 68 (-79.14%)
Mutual labels:  api, rest, browser
Crudl
CRUDL is a backend agnostic REST and GraphQL based admin interface
Stars: ✭ 438 (+34.36%)
Mutual labels:  api, rest, admin
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+250.61%)
Mutual labels:  material-design, material, admin
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+260.74%)
Mutual labels:  api, rest, auth
Postgui
A React web application to query and share any PostgreSQL database.
Stars: ✭ 260 (-20.25%)
Mutual labels:  material-design, gui, admin
React Admin
A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design
Stars: ✭ 18,525 (+5582.52%)
Mutual labels:  rest, admin
Material Bread
Cross Platform React Native Material Design Components
Stars: ✭ 287 (-11.96%)
Mutual labels:  material-design, material
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: ✭ 3,190 (+878.53%)
Mutual labels:  api, rest
Ngx Materialize
Angular wrap around Materialize library
Stars: ✭ 322 (-1.23%)
Mutual labels:  material-design, material
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (+4979.75%)
Mutual labels:  material-design, material
Materia Theme
A Material Design theme for GNOME/GTK based desktop environments
Stars: ✭ 3,177 (+874.54%)
Mutual labels:  material-design, material
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (-9.2%)
Mutual labels:  api, admin
Slim Api Skeleton
Slim 3 API skeleton project for Composer
Stars: ✭ 296 (-9.2%)
Mutual labels:  api, rest
Nodejs Restful Api
How to create a RESTful CRUD API using Nodejs?
Stars: ✭ 285 (-12.58%)
Mutual labels:  api, rest
Primedatepicker
PrimeDatePicker is a tool that provides picking a single day, multiple days, and a range of days.
Stars: ✭ 292 (-10.43%)
Mutual labels:  material-design, material
Horse
Fast, opinionated, minimalist web framework for Delphi
Stars: ✭ 295 (-9.51%)
Mutual labels:  api, rest

ZooNavigator

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.

📘 Read official docs for more info, screenshots 📷 and instructions how to use ZooNavigator. 🔥

Quick start

You can run ZooNavigator from:

Docker

Start Docker container:

docker run \
  -d \
  -p 9000:9000 \
  -e HTTP_PORT=9000 \
  --name zoonavigator \
  --restart unless-stopped \
  elkozmon/zoonavigator:latest

Go to http://localhost:9000.

Note:

If wanting to access ZooKeeper running locally on host machine (not in Docker container):

  • Linux users may use --net host instead of exposing the port
  • Windows and Mac users should follow this advice

Snap

Install ZooNavigator from Snap store:

sudo snap install zoonavigator

Go to http://localhost:9000.

License

The project is licensed under Affero General Public License version 3.0 (AGPLv3).

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].