Skip to content

lovejoy/Roshan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roshan is a web-based administrative interface for ZooKeeper cluster.

Roshan is developed with Django and Ext-js.

What i do here is add a support for digset.


Roshan是一个管理zookeeper集群的系统,这里主要是添加了下对digest功能的支持

其他见原repo


```
python
>>> import hashlib
>>> print hashlib.sha1('user:password').digest().encode('base64')
tpUq/4Pn5A64fVZyQ0gOJ8ZWqkY=
```

About

Roshan is a web-based administrative interface for ZooKeeper cluster. Roshan is developed with Django and Ext-js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.5%
  • JavaScript 22.6%
  • CSS 1.7%
  • Other 0.2%