Skip to content

chenchix/edgex-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Community

License

Apache-2.0

About

EdgeX Golang Services Monorepo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 73.6%
  • RAML 26.0%
  • Other 0.4%