smartfog / fogflow

FogFlow is a standard-based IoT fog computing framework that supports serverless computing and edge computing with advanced programming models
https://fogflow.readthedocs.io
BSD 3-Clause "New" or "Revised" License
123 stars 45 forks source link

Designer boot up issues #325

Closed naveennec closed 2 years ago

naveennec commented 2 years ago

Designer have dependency on rabbitMQ and Dgraph. As default control object are by default shared with rabbitMQ instead of Broker as per new design. 1) No error messages are shown for rabbitMQ waiting by designer. 2)No where is mentioned about the dependency. Better to explain it in README.md of designer. 3)Docker files should be updated for the same. https://github.com/smartfog/fogflow/blob/development/docker/core/http/docker-compose.yml https://github.com/smartfog/fogflow/blob/development/docker/core/http/docker-compose-advanced.yml

naveennec commented 2 years ago

This issue is fixed and merged in below pull request. https://github.com/smartfog/fogflow/pull/327