MQTT global subscriber for a fleet of LinTO clients. Registers every events in a persistent storage.
100K+
This service is mandatory in a complete LinTO platform stack. These covered process are :
See documentation : doc.linto.ai
Overwatch API has the following feature
LINTO_STACK_OVERWATCH_BASE_PATH)LINTO_STACK_OVERWATCH_AUTH_TYPE, note that only local authentication method is supported for the moment)More information about there API can be found :
Default API :
Authentication APIC:
With our proposed stack linto-platform-stack
These instructions will get you a copy of the project up and running on your local machine for development. Thise module require at least for working :
Nodejs shall be installed sudo apt-get install nodejs, also npm shall be installed sudo apt-get install npm
git clone https://github.com/linto-ai/linto-platform-overwatch.git
cd linto-platform-overwatch
npm install
cp .envdefault .env
Then update the .env to manage your personal configuration
Normal : npm run start
Debug : DEBUG=* npm run start
You will need to have Docker installed on your machine. If they are already installed, you can skip this part. Otherwise, you can install them referring to https://docs.docker.com/engine/installation/
Next step is to build the docker image with the following command docker build -t linto-overwatch .
Then you just need to run bls imagedocker run -d -it linto-overwatch
You will find the full process to deploy the LinTO platform here : LinTO-Platform-Stack or on the website doc.linto.ai
Content type
Image
Digest
sha256:5b3c0bacc…
Size
360 MB
Last updated
almost 4 years ago
docker pull lintoai/linto-platform-overwatchPulls:
356
Last week