Skip to content

shanwenhao1/ZooKeeper-Admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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笔记