export-client,
export-distro and
export-domain have been merged
into one single repo. Additionaly, some classes from
core-domain have been duplicated
into this repo (needed for linking and data isolation of microservices).
Repo contains two microservices, export-client and export-distro.
Install and Deploy
To fetch the code and start the microservice execute:
go get github.com/edgexfoundry/export-go
cd $GOPATH/src/github.com/edgexfoundry/export-go
glide install
go run cmd/client/main.go
EdgeX Foundry Export Services
Go implementation of EdgeX Export services.
export-client, export-distro and export-domain have been merged into one single repo. Additionaly, some classes from core-domain have been duplicated into this repo (needed for linking and data isolation of microservices).
Repo contains two microservices,
export-clientandexport-distro.Install and Deploy
To fetch the code and start the microservice execute:
Community
License
Apache-2.0