Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributed application deployment #220

Open
expploitt opened this issue Mar 15, 2021 · 2 comments
Open

Distributed application deployment #220

expploitt opened this issue Mar 15, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@expploitt
Copy link

Hello!

I discovered Fog05 and I want to know whether it is possible to deploy applications based on latency, computational capacity in the network. For example, I have some task that needs to be "near" to the sensors, and it could not be deployed in the edge because of latency.

Could be fine to achieve some mechanism to select where to deploy, or to select "how far" I want the application in the network.

Thanks!

@expploitt expploitt added the enhancement New feature or request label Mar 15, 2021
@gabrik
Copy link
Contributor

gabrik commented Mar 17, 2021

The possibility to select the node is present in the APIs: https://github.com/eclipse-fog05/fog05/blob/master/fog05-sdk/src/api.rs#L58

It may worth exposing this also in fosctl.

Regarding deployment based on latency/affinity an initial design for those constraints is present: https://github.com/eclipse-fog05/fog05/blob/master/fog05-sdk/src/im/fdu.rs#L111

But it may work only for things that are manager by fog05.

@expploitt
Copy link
Author

Regarding deployment based on latency/affinity an initial design for those constraints is present: https://github.com/eclipse-fog05/fog05/blob/master/fog05-sdk/src/im/fdu.rs#L111

But it may work only for things that are manager by fog05.

What kind of things manage by fog05? Could you explain same example?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants