Skip to content

marcpfuller/app-service-configurable

 
 

Repository files navigation

App Service Configurable

Build Status Code Coverage Go Report Card GitHub Latest Dev Tag) GitHub Latest Stable Tag) GitHub License GitHub go.mod Go version GitHub Pull Requests GitHub Contributors GitHub Committers GitHub Commit Activity

App-Service-Configurable is provided as an easy way to get started with processing data flowing through EdgeX.

For latest documentation please visit https://docs.edgexfoundry.org and navigate to Microservices (On top menu) then Application Service -> App Service Configurable (On left side menu)

For a list of examples please visit https://docs.edgexfoundry.org and navigate to Example and Tutorials (On top menu) then Application Services tab and follow the link in the description.

Build Prerequisites

Please see the edgex-go README.

Build with NATS Messaging

Currently, the NATS Messaging capability (NATS MessageBus) is opt-in at build time. This means that the published Docker image and Snaps do not include the NATS messaging capability.

make build-nats - Builds local binary with NATS MessageBus support
make docker-nats - Builds local docker image with NATS MessageBus support

The locally built Docker image can then be used in place of the published Docker image in your compose file. See Compose Builder nat-bus option to generate compose file for NATS and local dev images.

Packaging

This component is packaged as docker image and snap.

For docker, please refer to the Dockerfile and Docker Compose Builder scripts.

For the snap, refer to the snap directory.

Versioning

Please refer to the EdgeX Foundry versioning policy for information on how EdgeX services are released and how EdgeX services are compatible with one another. Specifically, device services (and the associated SDK), application services (and the associated app functions SDK), and client tools (like the EdgeX CLI and UI) can have independent minor releases, but these services must be compatible with the latest major release of EdgeX.

Long Term Support

Please refer to the EdgeX Foundry LTS policy for information on support of EdgeX releases. The EdgeX community does not offer support on any non-LTS release outside of the latest release.

About

Owner: Applications WG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 50.4%
  • Makefile 18.4%
  • Dockerfile 16.1%
  • Shell 15.1%