fogflow
fogflow copied to clipboard
FogFlow is a standard-based IoT fog computing framework that supports serverless computing and edge computing with advanced programming models
the public FogFlow tutorial is out of date and it is necessary to update the tutorial after the next release. - make all tutorial information consistent with the new version...
when the input of a task is grouped by "entity_type", the subscription issued by the worker on behave of a created task instance can be made based on "entity_type", rather...
the workflows/main.yaml needs to be updated according to the latest version.
There is a quite interesting use case mentioned during the FIWARE TSC call to store the properties across different nodes in FogFlow for a single entity. This means, different properties...
When we use the FogFlow dashboard to specify the task element of a service topology or a fog function, we need to define the entity type of its input data....
more test cases should be added to check the newly implemented features, including: - implemented NGSI-LD interfaces - management APIs of FogFlow internal objects - task orchestration APIs
In the current intent-based programming model, the algorithm to ensure the requested QoS is still missing. The idea is to separate this part of decision-making out from the core logic...
The [current documentation](https://github.com/smartfog/fogflow/blob/development/doc/en/source/api.rst#a-to-create-a-new-subscription-to-with-context-in-link-header) states that subscriptions can be created via the NGSI-LD API interface of the ThinBroker with a POST `ngsi-ld/v1/subscriptions/`, but the actual function is not implemented at all:...
Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Hello, I am trying to register one edgeworker and edgebroker on my fogflow system, I have one computer which hosts the cloud node and one raspberrypi as edge node. I...