Coder Social home page Coder Social logo

wendy006 / ssdbadmin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jhao104/ssdbadmin

0.0 1.0 0.0 207 KB

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

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

License: Apache License 2.0

Python 52.35% CSS 0.43% JavaScript 0.64% HTML 46.58%

ssdbadmin's Introduction

SSDBAdmin

Build Status py27 Requirements Status

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

功能

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

依赖

  • Python 2.x

  • Flask

安装

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

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

# SSDB config
db_config = [
    {"host": "127.0.0.1",
     "port": 8888},
   ]
PORT = 5000  # server config

hostport修改成正确值。

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

启动: python runserver.py

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

Release notes

  • 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

Watchers

Wendy Wang 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.