https://github.com/douban/beansdbadmin
GoBeansDB Admin UI
https://github.com/douban/beansdbadmin
Last synced: 6 months ago
JSON representation
GoBeansDB Admin UI
- Host: GitHub
- URL: https://github.com/douban/beansdbadmin
- Owner: douban
- License: bsd-3-clause
- Created: 2018-08-28T07:16:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:15:25.000Z (over 2 years ago)
- Last Synced: 2025-03-20T14:40:35.766Z (7 months ago)
- Language: Python
- Size: 288 KB
- Stars: 9
- Watchers: 10
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeansDB Admin
## 安装与运行
```shell
pip install git+https://github.com/douban/beansdbadmin.git@master#egg=beansdbadmin
python setup.py build_ext --inplace
beansdbadmin-server --cluster db256 --port 9999
```