Netflix / maestro

Maestro: Netflix’s Workflow Orchestrator
Apache License 2.0
3.24k stars 195 forks source link

### Accessing the Maestro UI #65

Open LumosNexus opened 1 month ago

LumosNexus commented 1 month ago

Hi everyone,

I have successfully set up and run Maestro following the provided instructions. The CLI commands are working perfectly for creating, triggering, and managing workflows. However, I am unsure how to access the Maestro UI for a more user-friendly experience.

Could someone provide detailed steps or documentation on how to access and use the Maestro UI? Specifically, any information on:

  1. Accessing the UI:

    • Is there a specific URL or port to access the UI?
    • Do I need to configure any additional settings in the application.yml or other configuration files?
  2. UI Features:

    • What features are available in the UI for managing workflows?
    • Any screenshots or usage examples would be greatly appreciated.
  3. Troubleshooting:

    • Common issues and their resolutions when trying to access the UI.

If the UI is not yet documented or fully developed, I would be interested in contributing to this aspect of the project. Any guidance on where to start or existing branches/work in progress would be helpful.

Thanks to the contributors for this excellent tool! Looking forward to enhancing its usability further.

Best regards, LumosTech


vinhnemo commented 1 month ago

It seems there is no UI now.

jun-he commented 1 month ago

Hi @LumosNexus, Thanks a lot for your interest! Maestro UI is not there yet. We have an issue #3 for it. We might first get it started by directly creating a simple single page UI powered by SpringBoot directly. But I am also open to have a powerful UI with its own backend as well, which might need bigger efforts.