/ZooKeeper-Admin

ZooKeeper Admin Write by Python and Django

Primary LanguageJavaScriptApache License 2.0Apache-2.0

ZooKeeper管理后台

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

ZooKeeper getting start

Django项目新建步骤

Django Book

启动方法:

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

ZooKeeper

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

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