https://github.com/redislabs/redis-edge-azure-iot
https://github.com/redislabs/redis-edge-azure-iot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redislabs/redis-edge-azure-iot
- Owner: RedisLabs
- License: bsd-3-clause
- Created: 2019-05-24T20:55:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T21:40:20.000Z (about 7 years ago)
- Last Synced: 2024-11-12T12:26:17.207Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RedisEdge for Azure IoT Edge
In Azure IoT Edge speak, this is a solution that consists of a single module: the RedisEdge module.
The Redis module is a Docker image initialized from [docker-library/redis/5.0](https://github.com/docker-library/redis/tree/master/5.0). It then needs a bit of NodeJS to support the hooks for the Azure IoT Edge runtime.
## Prerequisites
`.env`
``` sh
CONTAINER_REGISTRY_USERNAME="USERXXX"
CONTAINER_REGISTRY_PASSWORD="PASSXXX"
CONTAINER_REGISTRY_ADDRESS="HOSTXXX"
```