Coder Social home page Coder Social logo

eamon-cai / ssdbadmin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jhao104/ssdbadmin

0.0 0.0 0.0 241 KB

SSDB可视化界面管理工具 ssdb web manager tool

Home Page: http://ssdb.io/docs/zh_cn/

License: Apache License 2.0

Python 56.06% HTML 42.67% CSS 0.39% JavaScript 0.57% Dockerfile 0.31%

ssdbadmin's Introduction

SSDBAdmin

Build Status py3 Requirements Status

SSDB数据库的可视化界面管理工具

功能

提供SSDB数据的hash/zset/kv/queue等数据结构的增删改查等功能 

依赖

  • Python 3.x (Python2请移步py2)

  • Flask

安装

下载项目到本地git clone https://github.com/jhao104/SSDBAdmin.git

编辑配置文件SSDBAdmin/setting.py:

# SSDB config
DB_CONFIG = [
    {
        "host": "127.0.0.1",
        "port": 8888
    },
    {
        "host": "127.0.0.1",
        "port": 8899
    }
]

# service config
SERVICE_CONFIG = {
    "host": "0.0.0.0",
    "port": 5000,
    "debug": True
}

hostport修改成正确值。

安装依赖包: pip install -r requirements.txt

启动: python run.py

访问:http://127.0.0.1:5000/ssdbadmin

Docker

$ docker pull jhao104/ssdb-admin

$ docker run --env DB_CONFIG=127.0.0.1:8888 -p 5000:5000 jhao104/ssdb-admin

Release notes

  • 3.0.0

    • 使用python3版本,不再支持python2。 python2用户请使用2.0.0及以下版本。
  • 2.0.0

    • python2版本分割。
  • 1.1

    • 使用redis.py模块代替ssdb-py模块,ssdb-py模块长期没有维护更新,许多新功能不支持。
  • 1.0

    • First release of SSDBAdmin;
    • List/Hashmap/Set/KeyValue 操作;

Screenshots

ssdbadmin's People

Contributors

jhao104 avatar daghan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.