Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lodastack/registry


https://github.com/lodastack/registry

databases distributed distributed-systems golang monitor raft

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Service Registry [![CircleCI](https://circleci.com/gh/lodastack/registry.svg?style=svg&circle-token=d86b3917d23b1883d3b0682c877a3114eff49fc0)](https://circleci.com/gh/lodastack/registry) [![Go Report Card](https://goreportcard.com/badge/github.com/lodastack/registry)](https://goreportcard.com/report/github.com/lodastack/registry)

## Build

use `make build` build this project.

## Quick Start

### single node

```bash

registry -config /etc/node0.conf

```

### Start a node and join into a cluster by raft address.

```bash

registry -config /tmp/node1.conf -join 127.0.0.1:9000

```

## Use docker image

docker run -d -p8000:8000 lodastack/registry