zkNavigator

所属分类:云计算
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2022-12-21 14:34:11
上 传 者sh-1993
说明:  为动物园管理员提供的轻量级浏览器编辑器,
(A lightweight browser editor for zookeeper,)

文件列表:
Dockerfile (353, 2022-12-21)
LICENSE (730, 2022-12-21)
bottle.py (140498, 2022-12-21)
fe.py (3845, 2022-12-21)
views/ (0, 2022-12-21)
views/create.tpl (392, 2022-12-21)
views/createsub.tpl (265, 2022-12-21)
views/delete.tpl (159, 2022-12-21)
views/edit.tpl (427, 2022-12-21)
views/editor.tpl (1477, 2022-12-21)
views/editsub.tpl (302, 2022-12-21)
views/layout.tpl (589, 2022-12-21)
views/list.tpl (1231, 2022-12-21)
zk.conf (739, 2022-12-21)

zkNavigator =========== A lightweight browser/editor for zookeeper == Usage zkNavigator is a bottle based application that gives you a quick and dirty zookeeper viewer/editor in your browser. It requires python kazoo to function, but everything beyond that is packaged here. Once you install kazoo, to get started just configure zk.conf for your environment, launch ./fe.py and point your browser at localhost:8080 == Configuration === default section env - defines what zookeeper configuration to use below RE: alpha apptype - to use as described above, set to standalone but can also be used under wsgi - options: standalone, wsgi rootdir = - path your running this from templatedir - path to your views directory virtualenv - running under virtualenv?: True/False activate_this - if True above, this is your path to activate_this.py These are examples multiple environment configurations. You need to have at least one section that maps to env in the default section:
[local]
server = localhost
port = 2181
root = /

[alpha]
server = alpha.zk.server.com
port = 2181
root = /

[beta]
server = beta.zk.server.com
port = 2181
root = /
=== fe section baseurl - where do you hit / for this app? enabledelete - enable the delete link on all the zNodes, kinda dangerous - options: T/F

近期下载者

相关文件


收藏者