Skip to content

Abstract architecture of a data transformation microservice cluster

License

Notifications You must be signed in to change notification settings

MephistoMMM/mdts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDTS

Init

clone source:

$ git clone https://github.com/MephistoMMM/mdts.git
$ cd mdts
$ export PROJECT_ROOT=$PWD

generate protobuf code:

# activate to project
$ . $PROJECT_ROOT/activate
# generate protobuf code
$ $PROJECT_ROOT/scripts/gen_proto.sh

install dependencs:

# install dep
$ go get -u github.com/golang/dep/cmd/dep
$ cd $PROJECT_ROOT/src/mdts && dep ensure
$ cd $PROJECT_ROOT/src/players && dep ensure

Create Docker Image

$ cd $PROJECT_ROOT/src/mdts
$ ./build.sh <appname> <version>

About

Abstract architecture of a data transformation microservice cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published