janko-isidorovic / export-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EdgeX Foundry Export Services

Go Report Card license

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-client and export-distro.

Install and Deploy

Currently only export-client is functional.

To fetch the code and start the microservice execute:

go get github.com/drasko/edgex-export
cd $GOPATH/src/github.com/drasko/edgex-export
glide install
go run cmd/client/main.go

Community

License

Apache-2.0

About

License:Apache License 2.0


Languages

Language:Go 98.0%Language:Makefile 2.0%