Skip to content

endpoint to get data from smartlights to kafka

Notifications You must be signed in to change notification settings

FinEst-Twins/fvh_c2smartlight_in

 
 

Repository files navigation

To bring up service:

Note: the environment variables file config.env must be at root folder and the ssl root cert (pem file) should be in folder /platform_in

dev config (flask dev server):

docker-compose up send POST requests to localhost:5000/TODO/v1/ with xml data should return success or failure response prod config (nginx+gunicorn)

docker-compose -f docker-compose.prod.yml up 2,3,4 same as previous but port for prod is 1337

example POST data:

TODO

About

endpoint to get data from smartlights to kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • Dockerfile 5.0%