Coder Social home page Coder Social logo

rpcx-ui's Introduction

rpcx-ui

rpcx-ui is web gui for rpcx. It provides services management.

Configuration

There are two config templates in this repository:

  • config.json: etcd config templates for etcd registry
  • config_zk.json: zookeeper config templates for zookeeper registry

Currently rpcx-ui only supports etcd and zookeeper registries. There is no GUI support for consul registry.

If you want to use zookeeper registry, replace config.json with config_zk.json.

{
  "registry_type": "zookeeper",
  "registry_url": "localhost:2181",
  "service_base_url":"/rpcx",
  "host": "0.0.0.0",
  "port": 8972,
  "user": "admin",
  "password": "admin"
}

As you see, you need set zookeeper url and services base path. host and port is used by rpcx-ui and I support you set host to "127.0.0.1" for security consideration.

user and password has not been used in current code but I want to add it in future, because the setting must be operated by administrators.

Running

You can run go build -o rpcx-ui *.go to create the executable file: rpcx-ui.

Put rpcx-uiconfig.jsonwebtemplates in a directory, for example, /opt/rpcx-ui, and then run ./rpcx-ui to start this http server.

You can visit http://localhost:8972/ to visit this GUI.

rpcx-ui's People

Contributors

smallnest avatar mmzhi avatar 1046102779 avatar

Watchers

twkun 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.