Hi all,
We are looking into using Dagster for our workflow management. Of the several requirements, the following are the most important is:
• to launch pipelines from Frontend -> I think this can be done from GraphQl API
• to create custom DAGs from the frontend -> this can be achieved if the frontend sends YAML or JSON config or through GraphQl API
• To be able to orchestrate a DAG from the Solids spread across different containers (which have different programming languages like Python, Java, Julia and interact using REST APIs)
If you guys could please point me to docs/resources which could help us in solving these points with Dagster, then it would be helpful to create a strong use-case.