orchestrator-service

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

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

Go to latest
Published: Feb 2, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

README

Orchestrator Service in golang

Orchestrator service which would read any request it receives and forwards it to other orchestrator services and data services.

Setup

Cloning the Repository
git clone https://github.com/AnshVM/orchestrator-service.git
cd orchestrator-service
Run two orchestrator instances on ports 9000 and 9001
go run server.go --port=9000

In a new terminal cd into the orchestrator-service repository and run the following command

go run server.go --port=9001
Starting the dummy data service

In a new terminal cd into the orchestrator-service repository and run the following commands

cd datamock
go run dummy_service.go
Running the client

In a new terminal cd into the orchestrator-service repository and run the following commands

cd client
go run main.go

Development environment

OS system used for development - Ubuntu - 20.04 (wsl)

GOPATH - /home/ansh/Go

Repository path on local - ~/dev/orchestrator-service

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