just520fun / edgex-go

EdgeX Golang Services Monorepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EdgeX Foundry Go Services

Go Report Card 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

EdgeX Go code depends on ZMQ library. Make sure that you have dev version of the library installed on your host.

For example, in the case of Debian Linux system you can:

sudo apt-get install libzmq3-dev

To fetch the code and compile the microservices execute:

go get github.com/edgexfoundry/edgex-go
cd $GOPATH/src/github.com/edgexfoundry/edgex-go
glide install
make build

Snap Package

Edgex Foundry is also available as a snap package, for more details on the snap, including how to install it, please refer to EdgeX snap

Community

License

Apache-2.0

About

EdgeX Golang Services Monorepo

License:Apache License 2.0


Languages

Language:Go 75.8%Language:RAML 23.0%Language:Shell 0.9%Language:Makefile 0.2%Language:Python 0.1%