GithubHelp home page GithubHelp logo

colinshin / rebrow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marians/rebrow

0.0 0.0 0.0 283 KB

Web UI for redis database content

License: MIT License

Shell 6.16% Python 36.94% CSS 3.31% Makefile 0.89% HTML 50.97% Dockerfile 1.72%

rebrow's Introduction

rebrow - Python-Flask-based Browser for Redis Content

Built for the developer who needs to look into a Redis store. Allows for inspection and deletion of keys and follows PubSub messages. Also displays some runtime and configuration information.

Features

  • Web based
  • Runs in Python 2.7
  • Lightweight requirements
  • Search for keys using patterns
  • Delete single keys
  • Show PubSub messages
  • Show server statistics

Quick Start

Execute this:

git clone https://github.com/marians/rebrow.git
cd rebrow
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python runserver.py

Then open 127.0.0.1:5001.

Running as Docker container

If you run redis in a Docker container, the recommended way is to run rebrow in it's own Docker container, too.

You can use the ready-made public image marian/rebrow.

Alternatively, the provided Dockerfile can be used to create the according image. The Makefile contains example commands to build the image and run a container from the image.

When running the image, make sure to get your links right. For example, if your redis server is running in a container named myredis, start your rebrow container like this:

docker run --rm -ti -p 5001:5001 --link myredis:myredis marian/rebrow

Then access rebrow via http://<your-docker-ip>:5001/ and set the host name in the login screen to myredis.

License

MIT licensed. See file LICENSE for details.

Screenshots

Start screen

Server status

Command stats

All Keys

Keys matching a pattern

Key details

rebrow's People

Contributors

marians avatar dependabot-preview[bot] avatar stgarf 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.