Skip to content

leaf-ai/go-service

Repository files navigation

Go Service Components

This document describes a number of components exported by this package that are intended for use in the implementation of services within a service mesh or deployed using a managed platform.

This document is aimed at an audience with development and deployment skills who desire to implement services using the Go computer language.

The Go Service Components (GSC) are currently used within the Cognizant LEAF environment and its associated StudioML compute platform.

Setup

sudo snap install docker
sudo apt-get install source-highlight

mkdir ~/project
cd ~/project
export GOPATH=`pwd`
export PATH=$GOPATH/bin:$PATH
mkdir -p src/github.com/leaf-ai
cd src/github.com/leaf-ai
git clone https://github.com/leaf-ai/go-service.git
cd go-service
mkdir -p $GOPATH/bin
wget -O $GOPATH/bin/semver https://github.com/karlmutch/duat/releases/download/0.15.2/semver-linux-amd64
wget -O $GOPATH/bin/stencil https://github.com/karlmutch/duat/releases/download/0.15.2/stencil-linux-amd64
chmod +x $GOPATH/bin/semver
chmod +x $GOPATH/bin/stencil
go get github.com/alvaroloes/enumer@455e9a94796c0e108c38e253b67307736fc4b200

Copyright © 2021 The Go Service Components Authors. All rights reserved. Issued under the Apache 2.0 License.

About

A number of components to aid development of services running on Kubernetes with or without a service mesh

Resources

License

Stars

Watchers

Forks

Packages

No packages published