# SSDBAdmin **Repository Path**: jhao104/SSDBAdmin ## Basic Information - **Project Name**: SSDBAdmin - **Description**: SSDB数据库的可视化界面管理工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2017-06-05 - **Last Updated**: 2022-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SSDBAdmin ======= [![Build Status](https://travis-ci.org/jhao104/SSDBAdmin.svg?branch=master)](https://travis-ci.org/jhao104/SSDBAdmin) SSDB数据库的可视化界面管理工具 ## 功能 提供SSDB数据的hash/zset/kv/queue等数据结构的增删改查等功能 ## 依赖 * Python 2.x * Flask ## 安装 下载项目到本地`git clone https://github.com/jhao104/SSDBAdmin.git` 编辑配置文件`SSDBAdmin/setting.py`: ``` servers = [ {"host": "127.0.0.1", "port": 8888}, ] ``` 将`host`和`port`修改成正确值。 安装依赖包: ```pip install -r requirements.txt``` 启动: ```python runserver.py``` 访问:http://127.0.0.1:5000/ssdbadmin ## Screenshots ![](./SSDBAdmin/static/img/index.png) ![](./SSDBAdmin/static/img/queue.png)