# distributed **Repository Path**: reggiepy/distributed ## Basic Information - **Project Name**: distributed - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-19 - **Last Updated**: 2022-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # golang Implemented Simple Distributed System [comment]: <> "[![Build Status](https://travis-ci.org/reggiepy/distributed.svg?branch=master)](https://travis-ci.org/reggiepy/distributed)" [comment]: <> "[![Coverage Status](https://coveralls.io/repos/github/reggiepy/distributed/badge.svg?branch=master)](https://coveralls.io/github/reggiepy/distributed?branch=master)" [comment]: <> "[![go version](https://img.shields.io/badge/go-1.16-success.svg?style=flat)]()" [comment]: <> "[![Coverage Status](https://img.shields.io/badge/coverage-80%25-success.svg?style=flat)]()" [![go version](https://img.shields.io/github/go-mod/go-version/reggiepy/distributed?color=success&filename=go.mod&style=flat)](https://github.com/reggiepy/distributed) [![release](https://img.shields.io/github/v/tag/reggiepy/distributed?color=success&label=release)](https://github.com/reggiepy/distributed) [![build status](https://img.shields.io/badge/build-pass-success.svg?style=flat)](https://github.com/reggiepy/distributed) [![License](https://img.shields.io/badge/license-GNU%203.0-success.svg?style=flat)](https://github.com/reggiepy/distributed) [![Go Report Card](https://goreportcard.com/badge/github.com/reggiepy/distributed)](https://goreportcard.com/report/github.com/reggiepy/distributed) ## Installation ```bash git clone https://github.com/reggiepy/distributed.git go mod tidy cd distributed ``` ## Usage ```bash go run cmd/registryservice/main.go go run cmd/logservice/main.go go run cmd/gradingservice/main.go go run cmd/portal/main.go ``` ## Architecture ![image-20220329150105010](README.assets/image-20220329150105010.png)