package
0.0.0-20201006150613-7b61fee251ca
Repository: https://github.com/circutor/edgex.git
Documentation: pkg.go.dev

# README

EdgeX Foundry Export Client Service

license

Export Client Registration micro service - allows clients to register for data from EdgeX (via MQTT, REST, Azure IoT Hub, Google IoT Core, and other connectors today) and specify compression, encryption, format (JSON, XML), and destination of data. Export Client dictates how and where Export Distro sends EdgeX data.

Install and Deploy Native

Prerequisites

Serveral EdgeX Foundry services depend on ZeroMQ for communications by default. The easiest way to get and install ZeroMQ is to use or follow the following setup script: https://gist.github.com/katopz/8b766a5cb0ca96c816658e9407e83d00.

Note: Setup of the ZeroMQ library is not supported on Windows plaforms.

Installation and Execution

To fetch the code and build the microservice execute the following:

cd $GOPATH/src
go get github.com/Circutor/edgex
cd $GOPATH/src/github.com/Circutor/edgex
# pull the 3rd party / vendor packages
make prepare
# build the microservice
make cmd/export-client/export-client
# get to the export client microservice executable
cd cmd/export-client
# run the microservice (may require other dependent services to run correctly)
./export-client

Community

License

Apache-2.0

# Functions

Decrypt from base64 to decrypted string.
No description provided by the author
Encrypt string to base64 crypto using AES.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author