intel / intent-driven-orchestration

Intent Driven Orchestration enables management of applications through their Service Level Objectives, while minimizing developer and administrator overhead.
Apache License 2.0
34 stars 7 forks source link

Question: Planner dashboard #12

Open BonjourGit opened 6 months ago

BonjourGit commented 6 months ago

Hi,

Is the planner dashboard as shown by the demo video on Intel's page https://www.intel.com/content/www/us/en/research/news/intent-driven-orchestration.html also open sourced? Is there any interface specification between the dashboard and the planner?

Many thanks!

togashidm commented 5 months ago

Hi @BonjourGit ,

thanks to reach us!

Unfortunately the dashboard as you pointed is not publicly available, yet. We are working towards making it available in a upcoming release. For now, note that the dashboard basically only displays the data stored in the knowledge base. The basic scheme for the information stored within can be found here: https://github.com/intel/intent-driven-orchestration/blob/main/docs/design_doc.md#data-structures You can also use extension/addons of your IDE to interface with mongodb and get the same information. Hope this help.

A side question, are you are using IDO in any project?

BonjourGit commented 5 months ago

Thanks for the info. I am trying to get the example up and running right now.