shanwenhao1 / ZooKeeper-Admin

ZooKeeper Admin Write by Python and Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZooKeeper管理后台

Build Status Join the chat at https://gitter.im/gin-gonic/gin

Django Book

启动方法:

  • 数据库
    • 新建数据库, 并更改settings.py内的数据库连接属性.
    • 运行bash命令, 在数据库创建model对应的表
          // App下对应的model
          python manage.py makemigrations App
          python manage.py makemigrations App2
          ...
          python manage.py migrate

ZooKeeper

账户: root 密码: kw_zk123 本项目使用Python3 + Django实现

ZooKeeper方面使用Kazoo连接管理zookeeper, Kazoo笔记

About

ZooKeeper Admin Write by Python and Django

License:Apache License 2.0


Languages

Language:JavaScript 52.9%Language:CSS 29.3%Language:Python 10.6%Language:HTML 7.3%