/edgex-go-old

Primary LanguageGoApache License 2.0Apache-2.0

EdgeX Foundry Go Services

license

Go implementation of EdgeX services.

All edgex go repos have been merged into this repo.

The script merge-edgex-go.sh has been used to generate this repo.

Install and Deploy

Currently only export-client and export-distro are functional. core-command, core-metadata and core-data can be compiled but doesn't have a command in cmd

To fetch the code and compile the microservices execute:

go get github.com/feclare/edgex-go
cd /home/feclare/projects/gopath/src/github.com/feclare/edgex-go
glide install
make build

Community

License

Apache-2.0