boot4go-etcdv3-browser

command module
v0.0.0-...-b661915 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2022 License: Apache-2.0 Imports: 21 Imported by: 0

README

boot4go-etcdv3-browser

A client of etcd with v3 api to browse and maintain the data and resource of etcd.

license

INTRO

Etcd is a highly available and consistent service discovery repository. The graphical management tool etcdv3 browser used to manage etcd. At present, there is no bright product in the unified view of the management tool products of etcd. This etcdv3 browser is unique.

Our primary goals are: You can use Etcdv3 browser to manage the etcd instance more easy.

Feature

  • It supports the collection management according to the prefix. Logically, according to the prefix rules, you can manage the key value team like the management table, which is the same as the management tool of most key value databases, redis.
  • The multi-dimensional query function can query the key values in the key value library through the visual query tool, and directly maintain the key value pairs in the visual management tool
  • Visual lease management. Lease is a feature of etcd that has a wide range of uses and uses many scenarios. Through the function of lease, we can customize many unique functions for our distributed clusters. Etcdv3 browser can query, maintain and manage lease visually. Through the visual interface, we can easily query lease, view relevant key value pairs of lease and view lease details, And cancel and renew the lease
  • Query, maintenance and management of distributed locks. Etcd realizes the strong consistency distributed lock of raft based on the underlying etcd, which is also a very powerful and practical feature in the application of etcd. However, etcd does not have the interface and function to maintain the lock information. Through the integration of etcv3 browser and etcd4go, it can visually monitor the, request, lock and release status of distributed locks in etcd instances, And visual management and maintenance.
  • Etcv3 browser supports multi instance connection. In the visual interface, connect multiple different instances for management and maintenance.

Snapshot

Login

image

Supports multi instance connection management and supports adding data sources in various ways, including import and replication.

image image

Collection management and query, according to the naming rules of prefixes, are gathered in a collection for statistical management. The collection can be divided into more detailed levels according to the directory. The structure is clear and the management is more convenient

image

The multi-dimensional query function supports the query, filtering, page turning and sorting of multi-dimensional data. It is as convenient as querying tables in database management tools. Etcd management tool, which supports query and page turning, is now this tool

image

Visual lease management has a wide range of usage scenarios, but there is no good tool for management. Well, now there are, and the key is convenient. Directly view the lease details and associated key value pairs

image

You can view the lock holding process, lock time, and other application requests of the same lock object

image

It can be unlocked forcibly, and the next lock application will become the holder of the lock.

image

User and Authorization management

image

image

Role management

image

Watch key changed and deleted

image

image

Cluster maintenance

image image image

Others

image

Installation and Getting Started

From Github
  • Download sourcecode from github website, visit https://github.com/boot4go.
  • Install the golang runtime environment.
  • Come into the project directory
  • Run command as blow;
    • export GO111MODULE=on
    • export GOPROXY="https://goproxy.cn,direct"
    • go mod tidy
    • go mod download
    • go build -o server .
  • Run ./server command to start
From hub.docker.com
  • pull image from hub
    • docker image pull joinsunsoft/etcdv3-browser:0.9.0
  • start container with image, and publish 80/443 port to your port
    • docker container run --rm -p 9980:80 --name etcdv3-browser joinsunsoft/etcdv3-browser:0.9.0

Visit the browser tool

  • You must add the host-mapping for the etcdv3-browser to be '****.joinsunsoft.com'
    • for example:
      • My etcdv3-browser is install the machine which ip is 192.168.56.101
      • Add '192.168.56.101 etcdv3-broswer.joinsunsoft.com' to c:/windows/system32/drivers/etc/hosts file
  • Now, you can visit http://etcdv3-broswer.joinsunsoft.com:9980.
  • Default Username/Password ginghan/123456
  • Enjoy it now.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL